RTCRtpCodecParameters

Overview

The RTCRtpCodecParameters dictionary, part of the WebRTC API, is used to describe the configuration parameters for a single media codec.

Location

Properties


channels

 

property channels: dynamic read write;

 

dynamic channels { get; set; }

 

var channels: dynamic { get{} set{} }

 

dynamic channels { __get; __set; }

 

Property channels() As dynamic

clockRate

 

property clockRate: DateTime read write;

 

DateTime clockRate { get; set; }

 

var clockRate: DateTime { get{} set{} }

 

DateTime clockRate { __get; __set; }

 

Property clockRate() As DateTime

mimeType

 

property mimeType: dynamic read write;

 

dynamic mimeType { get; set; }

 

var mimeType: dynamic { get{} set{} }

 

dynamic mimeType { __get; __set; }

 

Property mimeType() As dynamic

payloadType

 

property payloadType: dynamic read write;

 

dynamic payloadType { get; set; }

 

var payloadType: dynamic { get{} set{} }

 

dynamic payloadType { __get; __set; }

 

Property payloadType() As dynamic

sdpFmtpLine

 

property sdpFmtpLine: String read write;

 

String sdpFmtpLine { get; set; }

 

var sdpFmtpLine: String { get{} set{} }

 

String sdpFmtpLine { __get; __set; }

 

Property sdpFmtpLine() As String