RTCRTPCodec constructor

RTCRTPCodec({
  1. int? payloadType,
  2. String? name,
  3. String? kind,
  4. int? clockRate,
  5. int? numChannels,
  6. Map? parameters,
})

Implementation

RTCRTPCodec(
    {this.payloadType,
    this.name,
    this.kind,
    this.clockRate,
    this.numChannels,
    this.parameters});