Vuo  2.3.2
VuoDeinterlacing.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef void * VuoList_VuoDeinterlacing;
14 #define VuoList_VuoDeinterlacing_TYPE_DEFINED
16 
28 typedef enum
29 {
30  VuoDeinterlacing_None,
31  VuoDeinterlacing_AlternateFields,
32  VuoDeinterlacing_BlendFields,
34 
39 
40 #define VuoDeinterlacing_SUPPORTS_COMPARISON
41 bool VuoDeinterlacing_areEqual(const VuoDeinterlacing valueA, const VuoDeinterlacing valueB);
42 bool VuoDeinterlacing_isLessThan(const VuoDeinterlacing valueA, const VuoDeinterlacing valueB);
43 
53