fm.liveswitch.openh264.UsageType Class Reference

Usage types for OpenH264, matching the "EUsageType" enum. More...

Public Member Functions

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

Static Public Member Functions

static fm.liveswitch.openh264.UsageType getCameraVideoNonRealTime ()
 Gets a usage type of OpenH264 "CAMERA_VIDEO_NON_REAL_TIME". More...
 
static fm.liveswitch.openh264.UsageType getCameraVideoRealTime ()
 Gets a usage type of OpenH264 "CAMERA_VIDEO_REAL_TIME". More...
 
static fm.liveswitch.openh264.UsageType getScreenContentRealTime ()
 Gets a usage type of OpenH264 "SCREEN_CONTENT_REAL_TIME". More...
 

Detailed Description

Usage types for OpenH264, matching the "EUsageType" enum.

Member Function Documentation

◆ getCameraVideoNonRealTime()

static fm.liveswitch.openh264.UsageType fm.liveswitch.openh264.UsageType.getCameraVideoNonRealTime ( )
static

Gets a usage type of OpenH264 "CAMERA_VIDEO_NON_REAL_TIME".

◆ getCameraVideoRealTime()

static fm.liveswitch.openh264.UsageType fm.liveswitch.openh264.UsageType.getCameraVideoRealTime ( )
static

Gets a usage type of OpenH264 "CAMERA_VIDEO_REAL_TIME".

◆ getScreenContentRealTime()

static fm.liveswitch.openh264.UsageType fm.liveswitch.openh264.UsageType.getScreenContentRealTime ( )
static

Gets a usage type of OpenH264 "SCREEN_CONTENT_REAL_TIME".

◆ getValue()

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

Gets the internal integer value representation of this usage type.