WaveFormatChannels Property |
Channels.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic int Channels { get; set; }
Public Property Channels As Integer
Get
Set
Dim instance As WaveFormat
Dim value As Integer
value = instance.Channels
instance.Channels = value
member Channels : int with get, set
/** @property */
public int get_Channels()
/** @property */
public void set_Channels(int value)
function get Channels () : int
function set Channels (value : int)
function get_Channels();
function set_Channels(value);
Property Value
Type:
Int32
See Also