LiveInjectStreamConfig constructor

最近更新时间:2022-09-20 05:17:40

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});