AudioPlayerChannels Property
Gets the channels of the current audio file.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual int Channels { get; }
Public Overridable ReadOnly Property Channels As Integer
Get
Dim instance As AudioPlayer
Dim value As Integer
value = instance.Channels
public:
virtual property int Channels {
int get ();
}
abstract Channels : int with get
override Channels : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The channels of the current audio file.
Exception
|
Any file loaded.
|