Vuo  2.3.2
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. 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...
 
#define VuoList_VuoDeinterlacing_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoDeinterlacing
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDeinterlacing_TYPE_DEFINED

#define VuoList_VuoDeinterlacing_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDeinterlacing.h.

Typedef Documentation

◆ VuoList_VuoDeinterlacing

typedef void* VuoList_VuoDeinterlacing

List type.

Definition at line 13 of file VuoDeinterlacing.h.