fm.liveswitch.openh264.ColorMatrix Class Reference

Color matrices for OpenH264, matching the "EColorMatrix" enum. More...

Public Member Functions

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

Static Public Member Functions

static fm.liveswitch.openh264.ColorMatrix getBT2020C ()
 Gets a video format of OpenH264 "CM_BT2020C". More...
 
static fm.liveswitch.openh264.ColorMatrix getBT2020NC ()
 Gets a video format of OpenH264 "CM_BT2020NC". More...
 
static fm.liveswitch.openh264.ColorMatrix getBT470BG ()
 Gets a video format of OpenH264 "CM_BT470BG". More...
 
static fm.liveswitch.openh264.ColorMatrix getBT709 ()
 Gets a video format of OpenH264 "CM_BT709". More...
 
static fm.liveswitch.openh264.ColorMatrix getFCC ()
 Gets a video format of OpenH264 "CM_FCC". More...
 
static fm.liveswitch.openh264.ColorMatrix getGbr ()
 Gets a video format of OpenH264 "CM_GBR". More...
 
static fm.liveswitch.openh264.ColorMatrix getNumEnum ()
 Gets a video format of OpenH264 "CM_NUM_ENUM". More...
 
static fm.liveswitch.openh264.ColorMatrix getReserved3 ()
 Gets a video format of OpenH264 "CM_RESERVED3". More...
 
static fm.liveswitch.openh264.ColorMatrix getSmpte170M ()
 Gets a video format of OpenH264 "CM_SMPTE170M". More...
 
static fm.liveswitch.openh264.ColorMatrix getSmpte240M ()
 Gets a video format of OpenH264 "CM_SMPTE240M". More...
 
static fm.liveswitch.openh264.ColorMatrix getUndefined ()
 Gets a video format of OpenH264 "CM_UNDEF". More...
 
static fm.liveswitch.openh264.ColorMatrix getYCGCO ()
 Gets a video format of OpenH264 "CM_YCGCO". More...
 

Detailed Description

Color matrices for OpenH264, matching the "EColorMatrix" enum.

Member Function Documentation

◆ getBT2020C()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getBT2020C ( )
static

Gets a video format of OpenH264 "CM_BT2020C".

◆ getBT2020NC()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getBT2020NC ( )
static

Gets a video format of OpenH264 "CM_BT2020NC".

◆ getBT470BG()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getBT470BG ( )
static

Gets a video format of OpenH264 "CM_BT470BG".

◆ getBT709()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getBT709 ( )
static

Gets a video format of OpenH264 "CM_BT709".

◆ getFCC()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getFCC ( )
static

Gets a video format of OpenH264 "CM_FCC".

◆ getGbr()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getGbr ( )
static

Gets a video format of OpenH264 "CM_GBR".

◆ getNumEnum()

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

Gets a video format of OpenH264 "CM_NUM_ENUM".

◆ getReserved3()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getReserved3 ( )
static

Gets a video format of OpenH264 "CM_RESERVED3".

◆ getSmpte170M()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getSmpte170M ( )
static

Gets a video format of OpenH264 "CM_SMPTE170M".

◆ getSmpte240M()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getSmpte240M ( )
static

Gets a video format of OpenH264 "CM_SMPTE240M".

◆ getUndefined()

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

Gets a video format of OpenH264 "CM_UNDEF".

◆ getValue()

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

Gets the internal char value representation of this object.

◆ getYCGCO()

static fm.liveswitch.openh264.ColorMatrix fm.liveswitch.openh264.ColorMatrix.getYCGCO ( )
static

Gets a video format of OpenH264 "CM_YCGCO".