fm.liveswitch.openh264.VideoBitstreamType Class Reference

Video bitstream types for OpenH264, matching the "VIDEO_BITSTREAM_TYPE" enum. More...

Public Member Functions

int getValue ()
 Gets the internal integer value representation of this video bitstream type. More...
 

Static Public Member Functions

static fm.liveswitch.openh264.VideoBitstreamType getAvc ()
 Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_AVC". More...
 
static fm.liveswitch.openh264.VideoBitstreamType getDefault ()
 Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_DEFAULT". More...
 
static fm.liveswitch.openh264.VideoBitstreamType getSvc ()
 Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_SVC". More...
 

Detailed Description

Video bitstream types for OpenH264, matching the "VIDEO_BITSTREAM_TYPE" enum.

Member Function Documentation

◆ getAvc()

static fm.liveswitch.openh264.VideoBitstreamType fm.liveswitch.openh264.VideoBitstreamType.getAvc ( )
static

Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_AVC".

◆ getDefault()

static fm.liveswitch.openh264.VideoBitstreamType fm.liveswitch.openh264.VideoBitstreamType.getDefault ( )
static

Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_DEFAULT".

◆ getSvc()

static fm.liveswitch.openh264.VideoBitstreamType fm.liveswitch.openh264.VideoBitstreamType.getSvc ( )
static

Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_SVC".

◆ getValue()

int fm.liveswitch.openh264.VideoBitstreamType.getValue ( )

Gets the internal integer value representation of this video bitstream type.