Vuo  2.0.0
Macros | Enumerations | Functions
VuoDeinterlacing

Description

How to convert interlaced video to progressive video.

Enumerations

enum  VuoDeinterlacing { VuoDeinterlacing_None, VuoDeinterlacing_AlternateFields, VuoDeinterlacing_BlendFields }
 How to convert interlaced video to progressive video. More...
 

Functions

VuoDeinterlacing VuoDeinterlacing_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoDeinterlacing_getJson (const VuoDeinterlacing value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDeinterlacing VuoDeinterlacing_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDeinterlacing_getSummary (const VuoDeinterlacing value)
 Returns a compact string representation of value. More...
 
bool VuoDeinterlacing_areEqual (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if the two values are equal. More...
 
bool VuoDeinterlacing_isLessThan (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if valueA is less than valueB. More...
 
VuoDeinterlacing VuoDeinterlacing_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDeinterlacing_getString (const VuoDeinterlacing value)
 Automatically generated function. More...
 
void VuoDeinterlacing_retain (VuoDeinterlacing value)
 Automatically generated function. More...
 
void VuoDeinterlacing_release (VuoDeinterlacing value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoDeinterlacing

How to convert interlaced video to progressive video.

Definition at line 28 of file VuoDeinterlacing.h.

Function Documentation

◆ VuoDeinterlacing_areEqual()

bool VuoDeinterlacing_areEqual ( const VuoDeinterlacing  valueA,
const VuoDeinterlacing  valueB 
)

Returns true if the two values are equal.

Definition at line 96 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_getAllowedValues()

VuoList_VuoDeinterlacing VuoDeinterlacing_getAllowedValues ( void  )

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

Definition at line 69 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_getJson()

struct json_object* VuoDeinterlacing_getJson ( const VuoDeinterlacing  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_getString()

char* VuoDeinterlacing_getString ( const VuoDeinterlacing  value)

Automatically generated function.

◆ VuoDeinterlacing_getSummary()

char* VuoDeinterlacing_getSummary ( const VuoDeinterlacing  value)

Returns a compact string representation of value.

Definition at line 81 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_isLessThan()

bool VuoDeinterlacing_isLessThan ( const VuoDeinterlacing  valueA,
const VuoDeinterlacing  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 104 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_makeFromJson()

VuoDeinterlacing VuoDeinterlacing_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"double-alt-smooth"

Definition at line 35 of file VuoDeinterlacing.c.

◆ VuoDeinterlacing_makeFromString()

VuoDeinterlacing VuoDeinterlacing_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDeinterlacing_release()

void VuoDeinterlacing_release ( VuoDeinterlacing  value)

Automatically generated function.

◆ VuoDeinterlacing_retain()

void VuoDeinterlacing_retain ( VuoDeinterlacing  value)

Automatically generated function.