Class RTCEncodedVideoFrameMetadata
Metadata for an encoded video frame.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCEncodedVideoFrameMetadata
Fields
dependencies
An Array of positive integers indicating the frameIds of frames on which this frame depends.
Declaration
public readonly long[] dependencies
Field Value
Type | Description |
---|---|
long[] |
frameId
Unique identifier for the frame.
Declaration
public readonly long? frameId
Field Value
Type | Description |
---|---|
long? |
height
Frame height in pixels.
Declaration
public readonly ushort height
Field Value
Type | Description |
---|---|
ushort |
simulcastIndex
Simulcast stream index.
Declaration
public readonly int simulcastIndex
Field Value
Type | Description |
---|---|
int |
temporalIndex
Temporal layer index.
Declaration
public readonly long temporalIndex
Field Value
Type | Description |
---|---|
long |
width
Frame width in pixels.
Declaration
public readonly ushort width
Field Value
Type | Description |
---|---|
ushort |