Vuo
0.5.0
|
A list of VuoFrameRequest elements.
Typedefs | |
typedef void * | VuoList_VuoFrameRequest |
A list of VuoFrameRequest elements. | |
A list of VuoFrameRequest elements.
|
read |
Encodes value
as a JSON object.
char* VuoList_VuoFrameRequest_stringFromValue | ( | const VuoList_VuoFrameRequest | value | ) |
Automatically generated function.
char* VuoList_VuoFrameRequest_summaryFromValue | ( | const VuoList_VuoFrameRequest | value | ) |
Produces a brief human-readable summary of value
.
VuoList_VuoFrameRequest VuoList_VuoFrameRequest_valueFromJson | ( | struct json_object * | js | ) |
Decodes the JSON object js
to create a new value.
VuoList_VuoFrameRequest VuoList_VuoFrameRequest_valueFromString | ( | const char * | str | ) |
Automatically generated function.
void VuoListAppendValue_VuoFrameRequest | ( | VuoList_VuoFrameRequest | list, |
const VuoFrameRequest | value | ||
) |
Appends value
to list
.
VuoList_VuoFrameRequest VuoListCreate_VuoFrameRequest | ( | void | ) |
Creates a new list of VuoFrameRequest elements.
unsigned long VuoListGetCount_VuoFrameRequest | ( | const VuoList_VuoFrameRequest | list | ) |
Returns the number of elements in list
.
VuoFrameRequest VuoListGetValueAtIndex_VuoFrameRequest | ( | const VuoList_VuoFrameRequest | list, |
const unsigned long | index | ||
) |
Returns the VuoFrameRequest at index
.
Index values start at 1. If the list has no items, returns a default value. Attempting to access an out-of-bounds index returns the first item in the list (if the index is 0), or last item in the list (if the index is greater than the list size).
void VuoListRemoveAll_VuoFrameRequest | ( | VuoList_VuoFrameRequest | list | ) |
Removes all values from list
.
void VuoListRemoveLastValue_VuoFrameRequest | ( | VuoList_VuoFrameRequest | list | ) |
Removes the last value from list
.