cAudioRecorderFormat Property  | 
 
            Format.
            
 
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
SyntaxFormat Format { get; set; }Property Format As Format
	Get
	Set
Dim instance As cAudioRecorder
Dim value As Format
value = instance.Format
instance.Format = value
abstract Format : Format with get, set
/** @property */
Format get_Format()
/** @property */
void set_Format(Format value)
function get Format () : Format
function set Format (value : Format)
function get_Format();
function set_Format(value);
Property Value
Type: 
Format
See Also