Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
VuoDeinterlacing.h File Reference

Description

VuoDeinterlacing C type definition.

Definition in file VuoDeinterlacing.h.

Go to the source code of this file.

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.
 
struct json_object * VuoDeinterlacing_getJson (const VuoDeinterlacing value)
 Encodes value as a JSON object.
 
VuoList_VuoDeinterlacing VuoDeinterlacing_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoDeinterlacing_getSummary (const VuoDeinterlacing value)
 Returns a compact string representation of value.
 
bool VuoDeinterlacing_areEqual (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if the two values are equal.
 
bool VuoDeinterlacing_isLessThan (const VuoDeinterlacing valueA, const VuoDeinterlacing valueB)
 Returns true if valueA is less than valueB.
 
char * VuoDeinterlacing_getString (const VuoDeinterlacing value)
 Automatically generated function.
 
void VuoDeinterlacing_retain (VuoDeinterlacing value)
 Automatically generated function.
 
void VuoDeinterlacing_release (VuoDeinterlacing value)
 Automatically generated function.