CSFFmpegArgsDirect Property |
Set your own arguments to the command of the process.
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string ArgsDirect { get; set; }
Public Property ArgsDirect As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.ArgsDirect
instance.ArgsDirect = value
member ArgsDirect : string with get, set
/** @property */
public String get_ArgsDirect()
/** @property */
public void set_ArgsDirect(String value)
function get ArgsDirect () : String
function set ArgsDirect (value : String)
function get_ArgsDirect();
function set_ArgsDirect(value);
Property Value
Type:
StringSee Also