Table of Contents

Class MXFSinkSettings

Namespace
VisioForge.Core.Types.X.Sinks
Assembly
VisioForge.Core.dll

MXF sink settings.

public class MXFSinkSettings

Inheritance

Inherited Members

Constructors

MXFSinkSettings(string, MXFVideoStreamType, MXFAudioStreamType)

Initializes a new instance of the VisioForge.Core.Types.X.Sinks.MXFSinkSettings class.

public MXFSinkSettings(string filename, MXFVideoStreamType videoStreamType, MXFAudioStreamType audioStreamType)

Parameters

filename string

The filename.

videoStreamType MXFVideoStreamType

Type of the video stream.

audioStreamType MXFAudioStreamType

Type of the audio stream.

Properties

AudioStreamType

Gets or sets the audio stream type.

public MXFAudioStreamType AudioStreamType { get; set; }

Property Value

MXFAudioStreamType

Filename

Gets or sets the file name.

public string Filename { get; set; }

Property Value

string

VideoStreamType

Gets or sets the video stream type.

public MXFVideoStreamType VideoStreamType { get; set; }

Property Value

MXFVideoStreamType