AudioCDPlayerChannels Property |
The number of channels of the destination audio file.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Channels Channels { get; set; }
Public Property Channels As Channels
Get
Set
Dim instance As AudioCDPlayer
Dim value As Channels
value = instance.Channels
instance.Channels = value
member Channels : Channels with get, set
/** @property */
public Channels get_Channels()
/** @property */
public void set_Channels(Channels value)
function get Channels () : Channels
function set Channels (value : Channels)
function get_Channels();
function set_Channels(value);
Property Value
Type:
ChannelsSee Also