/ fm / liveswitch / CodecType
Enumeration: CodecType
fm.liveswitch.CodecType
A value used to indicate whether this codec is used to encode or decode.
Table of contents
Enumeration members
Enumeration members
Decode
• Decode: = 2
The attached RTCCodecStats represents a media format that the implementation is prepared to decode.
Defined in: Generated/TypeScript/fm.liveswitch/CodecType.ts:20
Encode
• Encode: = 1
The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode.
Defined in: Generated/TypeScript/fm.liveswitch/CodecType.ts:14