CSFFmpegFFmpegLibsPath Property |
The path and the file name of the ffmpeg.exe file with the libraries.
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string FFmpegLibsPath { get; set; }
Public Property FFmpegLibsPath As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.FFmpegLibsPath
instance.FFmpegLibsPath = value
member FFmpegLibsPath : string with get, set
/** @property */
public String get_FFmpegLibsPath()
/** @property */
public void set_FFmpegLibsPath(String value)
function get FFmpegLibsPath () : String
function set FFmpegLibsPath (value : String)
function get_FFmpegLibsPath();
function set_FFmpegLibsPath(value);
Property Value
Type:
StringSee Also