fm.liveswitch.openh264.ColorPrimaries Class Reference

Color primaries for OpenH264, matching the "EColorPrimaries" 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.ColorPrimaries getBT2020 ()
 Gets a video format of OpenH264 "CP_BT2020". More...
 
static fm.liveswitch.openh264.ColorPrimaries getBT470BG ()
 Gets a video format of OpenH264 "CP_BT470BG". More...
 
static fm.liveswitch.openh264.ColorPrimaries getBT470M ()
 Gets a video format of OpenH264 "CP_BT470M". More...
 
static fm.liveswitch.openh264.ColorPrimaries getBT709 ()
 Gets a video format of OpenH264 "CP_BT709". More...
 
static fm.liveswitch.openh264.ColorPrimaries getFilm ()
 Gets a video format of OpenH264 "CP_FILM". More...
 
static fm.liveswitch.openh264.ColorPrimaries getNumEnum ()
 Gets a video format of OpenH264 "CP_NUM_ENUM". More...
 
static fm.liveswitch.openh264.ColorPrimaries getReserved0 ()
 Gets a video format of OpenH264 "CP_RESERVED0". More...
 
static fm.liveswitch.openh264.ColorPrimaries getReserved3 ()
 Gets a video format of OpenH264 "CP_RESERVED3". More...
 
static fm.liveswitch.openh264.ColorPrimaries getSmpte170M ()
 Gets a video format of OpenH264 "CP_SMPTE170M". More...
 
static fm.liveswitch.openh264.ColorPrimaries getSmpte240M ()
 Gets a video format of OpenH264 "CP_SMPTE240M". More...
 
static fm.liveswitch.openh264.ColorPrimaries getUndefined ()
 Gets a video format of OpenH264 "CP_UNDEF". More...
 

Detailed Description

Color primaries for OpenH264, matching the "EColorPrimaries" enum.

Member Function Documentation

◆ getBT2020()

static fm.liveswitch.openh264.ColorPrimaries fm.liveswitch.openh264.ColorPrimaries.getBT2020 ( )
static

Gets a video format of OpenH264 "CP_BT2020".

◆ getBT470BG()

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

Gets a video format of OpenH264 "CP_BT470BG".

◆ getBT470M()

static fm.liveswitch.openh264.ColorPrimaries fm.liveswitch.openh264.ColorPrimaries.getBT470M ( )
static

Gets a video format of OpenH264 "CP_BT470M".

◆ getBT709()

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

Gets a video format of OpenH264 "CP_BT709".

◆ getFilm()

static fm.liveswitch.openh264.ColorPrimaries fm.liveswitch.openh264.ColorPrimaries.getFilm ( )
static

Gets a video format of OpenH264 "CP_FILM".

◆ getNumEnum()

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

Gets a video format of OpenH264 "CP_NUM_ENUM".

◆ getReserved0()

static fm.liveswitch.openh264.ColorPrimaries fm.liveswitch.openh264.ColorPrimaries.getReserved0 ( )
static

Gets a video format of OpenH264 "CP_RESERVED0".

◆ getReserved3()

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

Gets a video format of OpenH264 "CP_RESERVED3".

◆ getSmpte170M()

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

Gets a video format of OpenH264 "CP_SMPTE170M".

◆ getSmpte240M()

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

Gets a video format of OpenH264 "CP_SMPTE240M".

◆ getUndefined()

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

Gets a video format of OpenH264 "CP_UNDEF".

◆ getValue()

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

Gets the internal char value representation of this object.