VisioForge (c) 2025

Search Results for

    Class VideoCaptureOutputFormatHelper

    Class VideoCaptureOutputFormatHelper.

    Inheritance
    object
    VideoCaptureOutputFormatHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public static class VideoCaptureOutputFormatHelper

    Methods

    IsDirectCapture(VideoCaptureOutputFormat)

    Determines whether is direct capture used in the specified format.

    Declaration
    public static bool IsDirectCapture(this VideoCaptureOutputFormat format)
    Parameters
    Type Name Description
    VideoCaptureOutputFormat format

    The format.

    Returns
    Type Description
    bool

    true if is direct capture; otherwise, false.

    IsMFMux(VideoCaptureOutputFormat)

    Determines whether MF Mux used.

    Declaration
    public static bool IsMFMux(this VideoCaptureOutputFormat format)
    Parameters
    Type Name Description
    VideoCaptureOutputFormat format

    The format.

    Returns
    Type Description
    bool

    true if MF Mux used; otherwise, false.