OpenTok C SDK
|
Video capturer. More...
Go to the source code of this file.
Data Structures | |
struct | otc_video_capturer_settings |
struct | otc_video_capturer_callbacks |
Typedefs | |
typedef struct otc_video_capturer | otc_video_capturer |
Functions | |
otc_status | otc_video_capturer_provide_frame (const otc_video_capturer *capturer, int rotation, const otc_video_frame *frame) |
Video capturer.
This file includes the type definition for a video capturer along with several function declarations useful when working with it.
typedef struct otc_video_capturer otc_video_capturer |
Video capturer type definition.
otc_status otc_video_capturer_provide_frame | ( | const otc_video_capturer * | capturer, |
int | rotation, | ||
const otc_video_frame * | frame | ||
) |
Provides a video frame to the video capturer.
capturer | A pointer to the video capturer instance. |
rotation | The rotation of the video frame. |
frame | A pointer to the video frame instance to be provided. |