fm.liveswitch.CodecType Enum Reference

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

Public Member Functions

 CodecType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static CodecType getByAssignedValue (int value)
 

Public Attributes

 Encode =(1)
 The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode. More...
 
 Decode =(2)
 The attached RTCCodecStats represents a media format that the implementation is prepared to decode. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CodecType()

fm.liveswitch.CodecType.CodecType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.CodecType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.CodecType.getAssignedValue ( )

◆ getByAssignedValue()

static CodecType fm.liveswitch.CodecType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Decode

fm.liveswitch.CodecType.Decode =(2)

The attached RTCCodecStats represents a media format that the implementation is prepared to decode.

◆ Encode

fm.liveswitch.CodecType.Encode =(1)

The attached RTCCodecStats represents a media format that is being encoded, or that the implementation is prepared to encode.