fm.liveswitch.openh264.VideoFormatSPS Class Reference

Video formats for OpenH264, matching the "EVideoFormatSPSSPS" enum. More...

Public Member Functions

char getValue ()
 Gets the internal char value representation of this video format. More...
 

Static Public Member Functions

static fm.liveswitch.openh264.VideoFormatSPS getComponent ()
 Gets a video format of OpenH264 "VF_COMPONENT". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getMac ()
 Gets a video format of OpenH264 "VF_MAC". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getNtsc ()
 Gets a video format of OpenH264 "VF_NTSC". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getNumEnum ()
 Gets a video format of OpenH264 "VF_NUM_ENUM". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getPal ()
 Gets a video format of OpenH264 "VF_PAL". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getSecam ()
 Gets a video format of OpenH264 "VF_SECAM". More...
 
static fm.liveswitch.openh264.VideoFormatSPS getUndefined ()
 Gets a video format of OpenH264 "VF_UNDEF". More...
 

Detailed Description

Video formats for OpenH264, matching the "EVideoFormatSPSSPS" enum.

Member Function Documentation

◆ getComponent()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getComponent ( )
static

Gets a video format of OpenH264 "VF_COMPONENT".

◆ getMac()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getMac ( )
static

Gets a video format of OpenH264 "VF_MAC".

◆ getNtsc()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getNtsc ( )
static

Gets a video format of OpenH264 "VF_NTSC".

◆ getNumEnum()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getNumEnum ( )
static

Gets a video format of OpenH264 "VF_NUM_ENUM".

◆ getPal()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getPal ( )
static

Gets a video format of OpenH264 "VF_PAL".

◆ getSecam()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getSecam ( )
static

Gets a video format of OpenH264 "VF_SECAM".

◆ getUndefined()

static fm.liveswitch.openh264.VideoFormatSPS fm.liveswitch.openh264.VideoFormatSPS.getUndefined ( )
static

Gets a video format of OpenH264 "VF_UNDEF".

◆ getValue()

char fm.liveswitch.openh264.VideoFormatSPS.getValue ( )

Gets the internal char value representation of this video format.