Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoAudioFrame.c File Reference

Description

VuoAudioFrame implementation.

Definition in file VuoAudioFrame.c.

Go to the source code of this file.

Functions

VuoAudioFrame VuoAudioFrame_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoAudioFrame_getJson (const VuoAudioFrame value)
 Encodes value as a JSON object.
 
char * VuoAudioFrame_getSummary (const VuoAudioFrame value)
 Returns a compact string representation of value.
 
bool VuoAudioFrame_areEqual (VuoAudioFrame value1, VuoAudioFrame value2)
 Returns true if the frames have matching timestamps within a tolerance of 1 millisecond.
 
bool VuoAudioFrame_isLessThan (const VuoAudioFrame a, const VuoAudioFrame b)
 Returns true if the timestamp of a is less than the timestamp of b.
 
void VuoAudioFrame_retain (VuoAudioFrame value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.
 
void VuoAudioFrame_release (VuoAudioFrame value)
 VuoCompilerType::parseOrGenerateRetainOrReleaseFunction can't currently generate this on arm64.