LiveInjectStreamConfig(
{int width,
int height,
int videoGop,
VideoFrameRate videoFramerate,
int videoBitrate,
AudioSampleRateType audioSampleRate,
int audioBitrate,
AudioChannel audioChannels}
)
Constructs a LiveInjectStreamConfig
Implementation
LiveInjectStreamConfig(
{this.width,
this.height,
this.videoGop,
this.videoFramerate,
this.videoBitrate,
this.audioSampleRate,
this.audioBitrate,
this.audioChannels});