FMIceLinkCodecType Constants Reference
| Declared in | FMIceLinkCodecType.h | 
|---|
FMIceLinkCodecType
A value used to indicate whether this codec is used to encode or decode.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkCodecType ) {
                            
                               FMIceLinkCodecTypeEncode = 1,
                            
                               FMIceLinkCodecTypeDecode = 2,
                            
                            };
                    
                    Constants
FMIceLinkCodecTypeEncode- 
The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode.
Declared In
FMIceLinkCodecType.h. FMIceLinkCodecTypeDecode- 
The attached RTCCodecStats represents a media format that the implementation is prepared to decode.
Declared In
FMIceLinkCodecType.h. 
Declared In
FMIceLinkCodecType.h