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