Vuo  1.2.8
Macros | Enumerations | Functions
VuoBlackmagicVideoMode

Description

Video resolution and framerate.

Enumerations

enum  VuoBlackmagicVideoMode {
  VuoBlackmagicVideoMode_NTSC, VuoBlackmagicVideoMode_NTSC2398, VuoBlackmagicVideoMode_NTSCp, VuoBlackmagicVideoMode_PAL,
  VuoBlackmagicVideoMode_PALp, VuoBlackmagicVideoMode_HD720p50, VuoBlackmagicVideoMode_HD720p5994, VuoBlackmagicVideoMode_HD720p60,
  VuoBlackmagicVideoMode_HD1080p2398, VuoBlackmagicVideoMode_HD1080p24, VuoBlackmagicVideoMode_HD1080p25, VuoBlackmagicVideoMode_HD1080p2997,
  VuoBlackmagicVideoMode_HD1080p30, VuoBlackmagicVideoMode_HD1080i50, VuoBlackmagicVideoMode_HD1080i5994, VuoBlackmagicVideoMode_HD1080i6000,
  VuoBlackmagicVideoMode_HD1080p50, VuoBlackmagicVideoMode_HD1080p5994, VuoBlackmagicVideoMode_HD1080p6000, VuoBlackmagicVideoMode_2k2398,
  VuoBlackmagicVideoMode_2k24, VuoBlackmagicVideoMode_2k25, VuoBlackmagicVideoMode_2kDCI2398, VuoBlackmagicVideoMode_2kDCI24,
  VuoBlackmagicVideoMode_2kDCI25, VuoBlackmagicVideoMode_4K2160p2398, VuoBlackmagicVideoMode_4K2160p24, VuoBlackmagicVideoMode_4K2160p25,
  VuoBlackmagicVideoMode_4K2160p2997, VuoBlackmagicVideoMode_4K2160p30, VuoBlackmagicVideoMode_4K2160p50, VuoBlackmagicVideoMode_4K2160p5994,
  VuoBlackmagicVideoMode_4K2160p60, VuoBlackmagicVideoMode_4kDCI2398, VuoBlackmagicVideoMode_4kDCI24, VuoBlackmagicVideoMode_4kDCI25
}
 Video resolution and framerate. More...
 

Functions

VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromJson (struct json_object *js)
 
Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoBlackmagicVideoMode_getJson (const VuoBlackmagicVideoMode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBlackmagicVideoMode VuoBlackmagicVideoMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBlackmagicVideoMode_getSummary (const VuoBlackmagicVideoMode value)
 Returns a compact string representation of value. More...
 
VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromBMDDisplayMode (const uint32_t value)
 Returns the VuoBlackmagicVideoMode corresponding to the input BMDDisplayMode value. More...
 
uint32_t VuoBlackmagicVideoMode_getBMDDisplayMode (const VuoBlackmagicVideoMode value)
 Returns the BMDDisplayMode corresponding to the input value. More...
 
bool VuoBlackmagicVideoMode_areEqual (const VuoBlackmagicVideoMode valueA, const VuoBlackmagicVideoMode valueB)
 Returns true if the two values are equal. More...
 
bool VuoBlackmagicVideoMode_isLessThan (const VuoBlackmagicVideoMode valueA, const VuoBlackmagicVideoMode valueB)
 Returns true if valueA is less than valueB. More...
 
VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBlackmagicVideoMode_getString (const VuoBlackmagicVideoMode value)
 Automatically generated function. More...
 
void VuoBlackmagicVideoMode_retain (VuoBlackmagicVideoMode value)
 Automatically generated function. More...
 
void VuoBlackmagicVideoMode_release (VuoBlackmagicVideoMode value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoBlackmagicVideoMode

Video resolution and framerate.

Function Documentation

◆ VuoBlackmagicVideoMode_areEqual()

bool VuoBlackmagicVideoMode_areEqual ( const VuoBlackmagicVideoMode  valueA,
const VuoBlackmagicVideoMode  valueB 
)

Returns true if the two values are equal.

◆ VuoBlackmagicVideoMode_getAllowedValues()

VuoList_VuoBlackmagicVideoMode VuoBlackmagicVideoMode_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

◆ VuoBlackmagicVideoMode_getBMDDisplayMode()

uint32_t VuoBlackmagicVideoMode_getBMDDisplayMode ( const VuoBlackmagicVideoMode  value)

Returns the BMDDisplayMode corresponding to the input value.

◆ VuoBlackmagicVideoMode_getJson()

struct json_object* VuoBlackmagicVideoMode_getJson ( const VuoBlackmagicVideoMode  value)

Encodes value as a JSON object.

◆ VuoBlackmagicVideoMode_getString()

char* VuoBlackmagicVideoMode_getString ( const VuoBlackmagicVideoMode  value)

Automatically generated function.

◆ VuoBlackmagicVideoMode_getSummary()

char* VuoBlackmagicVideoMode_getSummary ( const VuoBlackmagicVideoMode  value)

Returns a compact string representation of value.

◆ VuoBlackmagicVideoMode_isLessThan()

bool VuoBlackmagicVideoMode_isLessThan ( const VuoBlackmagicVideoMode  valueA,
const VuoBlackmagicVideoMode  valueB 
)

Returns true if valueA is less than valueB.

◆ VuoBlackmagicVideoMode_makeFromBMDDisplayMode()

VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromBMDDisplayMode ( const uint32_t  value)

Returns the VuoBlackmagicVideoMode corresponding to the input BMDDisplayMode value.

◆ VuoBlackmagicVideoMode_makeFromJson()

VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromJson ( json_object js)


Decodes the JSON object js to create a new value.

Example:
"ntsc2398"

◆ VuoBlackmagicVideoMode_makeFromString()

VuoBlackmagicVideoMode VuoBlackmagicVideoMode_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoBlackmagicVideoMode_release()

void VuoBlackmagicVideoMode_release ( VuoBlackmagicVideoMode  value)

Automatically generated function.

◆ VuoBlackmagicVideoMode_retain()

void VuoBlackmagicVideoMode_retain ( VuoBlackmagicVideoMode  value)

Automatically generated function.