Next: x1f4_cast_text, Previous: x1f4_cast_node, Up: Temporaries Registration Functions [Index]
extern int x1f4_cast_rate (struct x1f4_frame_type *frame, struct x1f4_track_type *track, int type, const void *input, void *output);
The x1f4_cast_rate
function creates a temporary object container
encapsulating the value stored at input
and stores its address at
output
. The frame
temporaries allocator is used for the memory
allocation and the track
error reporter for reporting failures. The
value is assumed of the type symbolic type and of an immediate type,
i.e. one that copies data byte wise, such as the intrinsic numeric types.
See The Object Type.
See Temporaries.
The function returns 0
for success, non zero for failure.