OpenTok C SDK
|
#include <video_capturer.h>
Data Fields | |
int | format |
int | width |
int | height |
int | fps |
int | expected_delay |
otc_bool | mirror_on_local_render |
Video capturer settings.
This struct represents the settings associated with a video capturer.
int expected_delay |
The estimated capture delay, in milliseconds, of the video.
int format |
The pixel format.
int fps |
The estimated number of frames per second in the video.
int height |
The height of the video, in pixels.
otc_bool mirror_on_local_render |
Whether the frame should appear mirrored on the x-axis in the local renderer.
int width |
The width of the video, in pixels.