Vuo 2.4.4
Loading...
Searching...
No Matches
VuoDeinterlacing.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum
28{
29 VuoDeinterlacing_None,
30 VuoDeinterlacing_AlternateFields,
31 VuoDeinterlacing_BlendFields,
33
34#define VuoDeinterlacing_SUPPORTS_COMPARISON
36
38struct json_object *VuoDeinterlacing_getJson(const VuoDeinterlacing value);
41
42bool VuoDeinterlacing_areEqual(const VuoDeinterlacing valueA, const VuoDeinterlacing valueB);
44
53
58#ifdef __cplusplus
59}
60#endif