CSFFmpegFileNameFFprobe Property |
The ffprobe file name, the default is ffprobe.exe.
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string FileNameFFprobe { get; set; }
Public Property FileNameFFprobe As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.FileNameFFprobe
instance.FileNameFFprobe = value
member FileNameFFprobe : string with get, set
/** @property */
public String get_FileNameFFprobe()
/** @property */
public void set_FileNameFFprobe(String value)
function get FileNameFFprobe () : String
function set FileNameFFprobe (value : String)
function get_FileNameFFprobe();
function set_FileNameFFprobe(value);
Property Value
Type:
StringSee Also