fm.liveswitch.openh264.SliceMode Class Reference

Slice modes for OpenH264, matching the "SliceModeEnum" enum. More...

Public Member Functions

int getValue ()
 Gets the internal integer value representation of this slice mode. More...
 

Static Public Member Functions

static fm.liveswitch.openh264.SliceMode getFixedSliceNum ()
 Gets a profile IDC of OpenH264 "SM_FIXEDSLCNUM_SLICE". More...
 
static fm.liveswitch.openh264.SliceMode getRaster ()
 Gets a slice mode of OpenH264 "SM_RASTER_SLICE". More...
 
static fm.liveswitch.openh264.SliceMode getReserved ()
 Gets a slice mode of OpenH264 "SM_RESERVED". More...
 
static fm.liveswitch.openh264.SliceMode getSingle ()
 Gets a slice mode of OpenH264 "SM_SINGLE_SLICE". More...
 
static fm.liveswitch.openh264.SliceMode getSizeLimited ()
 Gets a slice mode of OpenH264 "SM_SIZELIMITED_SLICE". More...
 

Detailed Description

Slice modes for OpenH264, matching the "SliceModeEnum" enum.

Member Function Documentation

◆ getFixedSliceNum()

static fm.liveswitch.openh264.SliceMode fm.liveswitch.openh264.SliceMode.getFixedSliceNum ( )
static

Gets a profile IDC of OpenH264 "SM_FIXEDSLCNUM_SLICE".

◆ getRaster()

static fm.liveswitch.openh264.SliceMode fm.liveswitch.openh264.SliceMode.getRaster ( )
static

Gets a slice mode of OpenH264 "SM_RASTER_SLICE".

◆ getReserved()

static fm.liveswitch.openh264.SliceMode fm.liveswitch.openh264.SliceMode.getReserved ( )
static

Gets a slice mode of OpenH264 "SM_RESERVED".

◆ getSingle()

static fm.liveswitch.openh264.SliceMode fm.liveswitch.openh264.SliceMode.getSingle ( )
static

Gets a slice mode of OpenH264 "SM_SINGLE_SLICE".

◆ getSizeLimited()

static fm.liveswitch.openh264.SliceMode fm.liveswitch.openh264.SliceMode.getSizeLimited ( )
static

Gets a slice mode of OpenH264 "SM_SIZELIMITED_SLICE".

◆ getValue()

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

Gets the internal integer value representation of this slice mode.