VisioForge (c) 2025

Search Results for

    Class MPEGTSDemuxSettings

    Class MPEGTSDemuxSettings. Implements the IUniversalDemuxSettings

    Inheritance
    object
    MPEGTSDemuxSettings
    Implements
    IUniversalDemuxSettings
    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 class MPEGTSDemuxSettings : IUniversalDemuxSettings

    Properties

    Latency

    Declaration
    public TimeSpan Latency { get; set; }
    Property Value
    Type Description
    TimeSpan

    ProgramNumber

    Gets or sets the program number. -1 to default.

    Declaration
    public int ProgramNumber { get; set; }
    Property Value
    Type Description
    int

    The program number.

    Type

    Gets or sets the type.

    Declaration
    public UniversalDemuxerType Type { get; }
    Property Value
    Type Description
    UniversalDemuxerType

    The type.

    Implements

    IUniversalDemuxSettings

    See Also

    IUniversalDemuxSettings