fm.liveswitch.vpx.Codec Enum Reference

A libvpx-based codec. More...

Public Member Functions

 Codec (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static Codec getByAssignedValue (int value)
 

Public Attributes

 Vp8 =(1)
 Indicates the VP8 codec. More...
 
 Vp9 =(2)
 Indicates the VP9 codec. More...
 

Detailed Description

A libvpx-based codec.

Constructor & Destructor Documentation

◆ Codec()

fm.liveswitch.vpx.Codec.Codec ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.vpx.Codec.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.vpx.Codec.getAssignedValue ( )

◆ getByAssignedValue()

static Codec fm.liveswitch.vpx.Codec.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Vp8

fm.liveswitch.vpx.Codec.Vp8 =(1)

Indicates the VP8 codec.

◆ Vp9

fm.liveswitch.vpx.Codec.Vp9 =(2)

Indicates the VP9 codec.