cAudioRecorderDeviceIndex Property  | 
 
            DeviceIndex.
            
 
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxint DeviceIndex { get; set; }Property DeviceIndex As Integer
	Get
	Set
Dim instance As cAudioRecorder
Dim value As Integer
value = instance.DeviceIndex
instance.DeviceIndex = value
abstract DeviceIndex : int with get, set
/** @property */
int get_DeviceIndex()
/** @property */
void set_DeviceIndex(int value)
function get DeviceIndex () : int
function set DeviceIndex (value : int)
function get_DeviceIndex();
function set_DeviceIndex(value);
Property Value
Type: 
Int32
See Also