VisioForge (c) 2025

Search Results for

    Class MXFSinkSettings

    MXF sink settings.

    Inheritance
    object
    MXFSinkSettings
    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 MXFSinkSettings

    Constructors

    MXFSinkSettings(string, MXFVideoStreamType, MXFAudioStreamType)

    Initializes a new instance of the MXFSinkSettings class.

    Declaration
    public MXFSinkSettings(string filename, MXFVideoStreamType videoStreamType, MXFAudioStreamType audioStreamType)
    Parameters
    Type Name Description
    string filename

    The filename.

    MXFVideoStreamType videoStreamType

    Type of the video stream.

    MXFAudioStreamType audioStreamType

    Type of the audio stream.

    Properties

    AudioStreamType

    Gets or sets the audio stream type.

    Declaration
    public MXFAudioStreamType AudioStreamType { get; set; }
    Property Value
    Type Description
    MXFAudioStreamType

    Filename

    Gets or sets the file name.

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

    VideoStreamType

    Gets or sets the video stream type.

    Declaration
    public MXFVideoStreamType VideoStreamType { get; set; }
    Property Value
    Type Description
    MXFVideoStreamType