int otc_bool
Definition: base.h:127
int otc_status
Definition: base.h:153
struct otc_connection otc_connection
Definition: connection.h:19
int otc_stream_get_video_width(const otc_stream *stream)
otc_status otc_stream_delete(otc_stream *stream)
const otc_connection * otc_stream_get_connection(const otc_stream *stream)
const char * otc_stream_get_name(const otc_stream *stream)
int otc_stream_get_video_height(const otc_stream *stream)
otc_bool otc_stream_has_audio_track(const otc_stream *stream)
otc_bool otc_stream_has_video(const otc_stream *stream)
otc_stream_video_type
Definition: stream.h:24
@ OTC_STREAM_VIDEO_TYPE_CUSTOM
Definition: stream.h:28
@ OTC_STREAM_VIDEO_TYPE_SCREEN
Definition: stream.h:26
@ OTC_STREAM_VIDEO_TYPE_CAMERA
Definition: stream.h:25
const char * otc_stream_get_id(const otc_stream *stream)
struct otc_stream otc_stream
Definition: stream.h:18
otc_bool otc_stream_has_captions(const otc_stream *stream)
int64_t otc_stream_get_creation_time(const otc_stream *stream)
otc_stream * otc_stream_copy(const otc_stream *stream)
otc_bool otc_stream_has_audio(const otc_stream *stream)
otc_bool otc_stream_has_video_track(const otc_stream *stream)
enum otc_stream_video_type otc_stream_get_video_type(const otc_stream *stream)