Class VideoUtils
This class provides utility functions for working with video.
Inherited Members
Namespace: SipLib.Video.Windows
Assembly: SipLib.Video.Windows.dll
Syntax
public class VideoUtils
Methods
| Edit this page View SourceInitializeFFMPEG()
Initializes the FFMPEG libraries. This method must be called by the consumer of the FFMPEG libraries before attempting to use any of the FFMPEG C# wrapper classes or any of the classes in SipLib.Video.Windows namespace.
Declaration
public static bool InitializeFFMPEG()
Returns
| Type | Description |
|---|---|
| bool | Returns true if successful or false if not successful. If this method returns false then do not attempt to use any FFMPEG related classes. |