cAudioRecorderFormat Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Format 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:
FormatSee Also