AudioRecorderFormat Property |
The format of the destination file, this can be AAC, ACM (WAV), APE, MP2, MP3, OGG, WAV (PCM), and WMA.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Format Format { get; set; }
Public Property Format As Format
Get
Set
Dim instance As AudioRecorder
Dim value As Format
value = instance.Format
instance.Format = value
member Format : Format with get, set
/** @property */
public Format get_Format()
/** @property */
public 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