ScreenRecorderAudioFormat Property |
The format of the destination file, this can be AAC, ACM (WAV), APE, MP2, MP3, OGG, WAV (PCM), and WMA.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic Format AudioFormat { get; set; }
Public Property AudioFormat As Format
Get
Set
Dim instance As ScreenRecorder
Dim value As Format
value = instance.AudioFormat
instance.AudioFormat = value
member AudioFormat : Format with get, set
/** @property */
public Format get_AudioFormat()
/** @property */
public void set_AudioFormat(Format value)
function get AudioFormat () : Format
function set AudioFormat (value : Format)
function get_AudioFormat();
function set_AudioFormat(value);
Property Value
Type:
Format
See Also