Class FFmpegUtils
Collection of utilities when invoking FFmpeg.AutoGen.
public static class FFmpegUtils
- Inheritance
-
FFmpegUtils
Methods
CheckPlatformSupport()
public static bool CheckPlatformSupport()
Returns
EnsurePlatformSupport()
public static void EnsurePlatformSupport()
Initialize()
Initialize FFmpeg.
public static void Initialize()
PreloadLibraries()
Preload all FFmpeg libraries.
public static void PreloadLibraries()
Remarks
Must be called before any attempt to use FFmpeg API or this will have no effect.