Click or drag to resize

CodecType Enumeration

A value used to indicate whether this codec is used to encode or decode.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Encode1 The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode.
Decode2 The attached RTCCodecStats represents a media format that the implementation is prepared to decode.
See Also