cAudioRecorderSourceChannels Property  | 
 
            SourceChannels.
            
 
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxint 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: 
Int32
See Also