Class MXFSinkSettings
MXF sink settings.
Inherited Members
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 |