extern struct frame* bpc_frame_read

(struct CHANNEL_INSTANCE* inst)

Returns the first frame available on a channel, if any.

Documentation

Returns the first frame available on a channel, if any.

Use bpc_frame_destroy to deallocate the frame returned.

Parameters:
inst - A pointer to the channel-instance structure.
Returns:
The oldest frame available, or NULL.

Home Alphabetic index



This page was generated with the help of DOC++.