Click or drag to resize

LibraryLoadFFmpeg Method

Forces the pre-loading of the FFmpeg libraries according to the values of the FFmpegDirectory and FFmpegLoadModeFlags Also, sets the FFmpegVersionInfo property. Throws an exception if the libraries cannot be loaded.

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool LoadFFmpeg()

Return Value

Type: Boolean
true if libraries were loaded, false if libraries were already loaded.
See Also