Struct _psyiage_video_cfg¶
Defined in File psyiagesdk.h
Struct Documentation¶
-
struct
_psyiage_video_cfg¶ Video stream configuration Configuration settings for the video stream to push to the psyiage instance.
Public Members
-
const char *
viddev¶ Device Path of the video device.
-
const char *
server¶ URL of signaling server.
-
const char *
roomid¶ Room to stream video to.
-
int
variablemode¶ Whether to vary the frame rate or bit rate. 0 - bit rate, 1 - frame rate.
-
int
minframerate¶ Minimum frame rate.
-
int
maxframerate¶ Maximum frame rate
-
int
minbitrate¶ Minimum bit rate.
-
int
maxbitrate¶ Maximum bit rate.
-
const char *