Get all arguments according to the library properties.
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax Public Function GetArgs As String
Dim instance As CSFFmpeg
Dim returnValue As String
returnValue = instance.GetArgs()
member GetArgs : unit -> string
public function GetArgs() : String
Return Value
Type:
StringA string of the arguments according to the properties.
See Also