FilePropertiesAudioChannels Property |
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int AudioChannels { get; set; }
Public Property AudioChannels As Integer
Get
Set
Dim instance As FileProperties
Dim value As Integer
value = instance.AudioChannels
instance.AudioChannels = value
member AudioChannels : int with get, set
/** @property */
public int get_AudioChannels()
/** @property */
public void set_AudioChannels(int value)
function get AudioChannels () : int
function set AudioChannels (value : int)
function get_AudioChannels();
function set_AudioChannels(value);
Property Value
Type:
Int32See Also