VisioForge (c) 2025

Search Results for

    Class MPEGTSSinkSettings

    MPEG-TS sink settings.

    Inheritance
    object
    MPEGTSSinkSettings
    Implements
    IMediaBlockSettings
    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.Sinks
    Assembly: VisioForge.Core.dll
    Syntax
    public class MPEGTSSinkSettings : IMediaBlockSettings

    Constructors

    MPEGTSSinkSettings()

    Initializes a new instance of the MPEGTSSinkSettings class.

    Declaration
    public MPEGTSSinkSettings()

    MPEGTSSinkSettings(string)

    Initializes a new instance of the MPEGTSSinkSettings class.

    Declaration
    public MPEGTSSinkSettings(string filename)
    Parameters
    Type Name Description
    string filename

    The filename.

    Properties

    FileOutput

    Gets or sets a value indicating whether file output is enabled. If not set, output is streamed to the output pin.

    Declaration
    public bool FileOutput { get; set; }
    Property Value
    Type Description
    bool

    true if file output enabled; otherwise, false.

    Filename

    Gets or sets the filename.

    Declaration
    public string Filename { get; set; }
    Property Value
    Type Description
    string

    M2TSMode

    Gets or sets a value indicating whether m2ts mode is enabled. Set to TRUE to output Blu-Ray disc format with 192 byte packets. FALSE for standard TS format with 188 byte packets.

    Declaration
    public bool M2TSMode { get; set; }
    Property Value
    Type Description
    bool

    Metadata

    Gets or sets the metadata.

    Declaration
    public IMetadata Metadata { get; set; }
    Property Value
    Type Description
    IMetadata

    The metadata.

    Methods

    CreateBlock()

    Creates the block.

    Declaration
    public MediaBlock CreateBlock()
    Returns
    Type Description
    MediaBlock

    MediaBlock.

    Implements

    IMediaBlockSettings