CSFFmpegVideoCodec Property |
Video codec. 'copy' will copy from source (-c:v).
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntaxpublic string VideoCodec { get; set; }
Public Property VideoCodec As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.VideoCodec
instance.VideoCodec = value
member VideoCodec : string with get, set
/** @property */
public String get_VideoCodec()
/** @property */
public void set_VideoCodec(String value)
function get VideoCodec () : String
function set VideoCodec (value : String)
function get_VideoCodec();
function set_VideoCodec(value);
Property Value
Type:
String
See Also