ScreenRecorderAudioBitrateVal Property |
Set the bitrate of the destination audio file by value.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic int AudioBitrateVal { get; set; }
Public Property AudioBitrateVal As Integer
Get
Set
Dim instance As ScreenRecorder
Dim value As Integer
value = instance.AudioBitrateVal
instance.AudioBitrateVal = value
member AudioBitrateVal : int with get, set
/** @property */
public int get_AudioBitrateVal()
/** @property */
public void set_AudioBitrateVal(int value)
function get AudioBitrateVal () : int
function set AudioBitrateVal (value : int)
function get_AudioBitrateVal();
function set_AudioBitrateVal(value);
Property Value
Type:
Int32
See Also