AudioChannel Members
Audio Stream.
The AudioChannel type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedDirection | Channel direction policy: the channel direction value we wish to negotiate and also the "maximum" value we will negotiate with the remote participant. (Inherited from MediaChannel.) | |
Direction | The current channel direction. (Inherited from MediaChannel.) | |
Enabled | Indicates if channel is enabled or not. (Inherited from MediaChannel.) | |
Encrypted | Indicates if the channel is encrypted or not. (Inherited from MediaChannel.) | |
Label | Channel label. (Inherited from MediaChannel.) | |
ReceiveDirectionSamplingRate | ||
SamplingRate | Audio Sampling Rate. | |
SendDirectionSamplingRate | ||
UseHighPerformance | Check if AudioVideoFlow 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