Click or drag to resize

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)
Syntax
public static string FFmpegDirectory { get; set; }

Property Value

Type: String
See Also