VisioForge (c) 2025

Search Results for

    Class DirectCaptureMKVOutput

    DirectCapture MKV output settings.

    Inheritance
    object
    DirectCaptureMKVOutput
    Implements
    IVideoCaptureBaseOutput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public sealed class DirectCaptureMKVOutput : IVideoCaptureBaseOutput

    Methods

    GetInternalTypeVC()

    Gets internal output format.

    Declaration
    public VideoCaptureOutputFormat GetInternalTypeVC()
    Returns
    Type Description
    VideoCaptureOutputFormat

    Returns VideoCaptureOutputFormat.

    Load(string)

    Loads from JSON.

    Declaration
    public static DirectCaptureMKVOutput Load(string json)
    Parameters
    Type Name Description
    string json

    JSON string.

    Returns
    Type Description
    DirectCaptureMKVOutput

    The string.

    Save()

    Saves to JSON.

    Declaration
    public string Save()
    Returns
    Type Description
    string

    The string.

    Implements

    IVideoCaptureBaseOutput