VisioForge (c) 2025

Search Results for

    Class UniversalDemuxerTypeHelper

    Class UniversalDemuxerTypeHelper.

    Inheritance
    object
    UniversalDemuxerTypeHelper
    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.X.Demuxers
    Assembly: VisioForge.Core.dll
    Syntax
    public static class UniversalDemuxerTypeHelper

    Methods

    CreateSettings(UniversalDemuxerType)

    Creates the settings.

    Declaration
    public static IUniversalDemuxSettings CreateSettings(UniversalDemuxerType type)
    Parameters
    Type Name Description
    UniversalDemuxerType type

    The type.

    Returns
    Type Description
    IUniversalDemuxSettings

    IUniversalDemuxSettings.

    Exceptions
    Type Condition
    Exception

    Unknown demuxer type.

    ParseCaps(string)

    Parses the caps.

    Declaration
    public static UniversalDemuxerType ParseCaps(string caps)
    Parameters
    Type Name Description
    string caps

    The caps.

    Returns
    Type Description
    UniversalDemuxerType

    UniversalDemuxerType.

    Exceptions
    Type Condition
    Exception

    Unknown demuxer type.