GATE
C/C++ Framework
|
General video frame reader interface. More...
#include <videosources.h>
Public Member Functions | |
gate_result_t | read (gate_video_frame_t *frame) |
Reads one frame from a video frame source. | |
Public Member Functions inherited from gate_object_t | |
char const * | get_interface_name () |
Returns on object's interface path name. | |
void | release () |
Decrease object's reference counter, releases the object when count reaches zero. | |
int | retain () |
Increase object's reference counter. |
General video frame reader interface.
gate_result_t read | ( | gate_video_frame_t * | frame | ) |
Reads one frame from a video frame source.
[out] | frame | Pointer to frame to be initialized with frame data |