Enum CodecType
A value used to indicate whether this codec is used to encode or decode.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum CodecType
Fields
Name | Description |
---|---|
Decode | The attached RTCCodecStats represents a media format that the implementation is prepared to decode. |
Encode | The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode. |