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