AudioTrackDescriptorChannels Property |
Gets or sets the number of channels.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Channels { get; set; }
Public Property Channels As Integer
Get
Set
public:
property int Channels {
int get ();
void set (int value);
}
member Channels : int with get, set
Property Value
Type:
Int32
The channels.
See Also