LibraryFFmpegDirectory Property |
Gets or sets the FFmpeg path from which to load the FFmpeg binaries.
You must set this path before setting the Source property for the first time on any instance of this control.
Setting this property when FFmpeg binaries have been registered will have no effect.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string FFmpegDirectory { get; set; }
Public Shared Property FFmpegDirectory As String
Get
Set
Dim value As String
value = Library.FFmpegDirectory
Library.FFmpegDirectory = value
static member FFmpegDirectory : string with get, set
/** @property */
public static String get_FFmpegDirectory()
/** @property */
public static void set_FFmpegDirectory(String value)
static function get FFmpegDirectory () : String
static function set FFmpegDirectory (value : String)
CSVideoPlayer.Library.get_FFmpegDirectory = function();
CSVideoPlayer.Library.set_FFmpegDirectory = function(value);
Property Value
Type:
String
See Also