VideoFrameBufferConfig
Video frame settings.
public struct VideoFrameBufferConfig
{
public VIDEO_SOURCE_TYPE type;
public uint id;
public string key;
}
Attributes
- type
- The video source type. See VIDEO_SOURCE_TYPE.
- id
- The user ID.
- key
- The channel name.