ScreenRecorderAudioBits Property |
The bit-depth of the destination audio file (for WAV format only).
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic Bits AudioBits { get; set; }
Public Property AudioBits As Bits
Get
Set
Dim instance As ScreenRecorder
Dim value As Bits
value = instance.AudioBits
instance.AudioBits = value
member AudioBits : Bits with get, set
/** @property */
public Bits get_AudioBits()
/** @property */
public void set_AudioBits(Bits value)
function get AudioBits () : Bits
function set AudioBits (value : Bits)
function get_AudioBits();
function set_AudioBits(value);
Property Value
Type:
Bits
See Also