• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CameraCapture
      • VideoDeviceFormat
      • VideoSourceSettings
      • WindowsCameraCapture
    • SipLib.Video.Windows
      • FrameBitmapReadyDelegate
      • FrameReadyDelegate
      • IVideoCapture
      • StaticImageCapture
      • VideoDeviceEnumerator
      • VideoReceiver
      • VideoSender
      • VideoUtils

    Class VideoUtils

    This class provides utility functions for working with video.

    Inheritance
    object
    VideoUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SipLib.Video.Windows
    Assembly: SipLib.Video.Windows.dll
    Syntax
    public class VideoUtils

    Methods

    InitializeFFMPEG()

    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.

    In this article
    Back to top Generated by DocFX