Class EncodedVideoFrameInfo

Information about externally encoded video frames.

Hierarchy

  • EncodedVideoFrameInfo

Constructors

Properties

captureTimeMs?: number

The Unix timestamp (ms) for capturing the external encoded video frames.

codecType?: VideoCodecType

The codec type of the local video stream. See VideoCodecType. The default value is VideoCodecH264 (2).

frameType?: VideoFrameType

The video frame type. See VideoFrameType.

framesPerSecond?: number

The number of video frames per second. When this parameter is not 0, you can use it to calculate the Unix timestamp of externally encoded video frames.

height?: number

Height (pixel) of the video frame.

rotation?: VideoOrientation

The rotation information of the video frame. See VideoOrientation.

streamType?: VideoStreamType

The type of video streams. See VideoStreamType.

trackId?: number

Reserved for future use.

uid?: number

The user ID to push the externally encoded video frame.

width?: number

Width (pixel) of the video frame.

Generated using TypeDoc