cAudioRecorderSourceChannels Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax int SourceChannels { get; set; }
Property SourceChannels As Integer
Get
Set
Dim instance As cAudioRecorder
Dim value As Integer
value = instance.SourceChannels
instance.SourceChannels = value
abstract SourceChannels : int with get, set
/** @property */
int get_SourceChannels()
/** @property */
void set_SourceChannels(int value)
function get SourceChannels () : int
function set SourceChannels (value : int)
function get_SourceChannels();
function set_SourceChannels(value);
Property Value
Type:
Int32See Also