AudioChannel Members
Include Protected Members
Include Inherited Members
Represents an audio channel.
The AudioChannel type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedDirection | Gets the channel direction policy: the channel direction value to be negotiated and also the "maximum" value to be negotiated with the remote participant. (inherited from MediaChannel) | |
Direction | Gets the current channel direction. (inherited from MediaChannel) | |
Enabled | Gets whether the channel is enabled. (inherited from MediaChannel) | |
Encrypted | Gets whether the channel is encrypted. (inherited from MediaChannel) | |
Label | Gets the channel label. (inherited from MediaChannel) | |
ReceiveDirectionSamplingRate | Gets the audio sampling rate(s) currently in effect on the receive direction of the channel. | |
SamplingRate | Gets the audio sampling rate(s) currently in effect on the channel. | |
SendDirectionSamplingRate | Gets the audio sampling rate(s) currently in effect on the send direction of the channel. | |
UseHighPerformance | Gets whether the AudioChannel instance is selecting codecs based on their high performance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top