Vuo 2.4.4
Loading...
Searching...
No Matches
VuoAudioEncoding.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoAudioEncoding_LinearPCM,
29 VuoAudioEncoding_AAC,
31
33
34VuoAudioEncoding VuoAudioEncoding_makeFromJson(struct json_object * js);
35struct json_object * VuoAudioEncoding_getJson(const VuoAudioEncoding value);
38
40
47
52#ifdef __cplusplus
53}
54#endif