ScreenRecorderVideoCodecIndex Property |
Codec Index.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic int VideoCodecIndex { get; set; }
Public Property VideoCodecIndex As Integer
Get
Set
Dim instance As ScreenRecorder
Dim value As Integer
value = instance.VideoCodecIndex
instance.VideoCodecIndex = value
member VideoCodecIndex : int with get, set
/** @property */
public int get_VideoCodecIndex()
/** @property */
public void set_VideoCodecIndex(int value)
function get VideoCodecIndex () : int
function set VideoCodecIndex (value : int)
function get_VideoCodecIndex();
function set_VideoCodecIndex(value);
Property Value
Type:
Int32
See Also