Class MXFSinkSettings
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
MXF sink settings.
public class MXFSinkSettings : IMediaBlockSettingsInheritance
Implements
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
filenamestring-
The filename.
videoStreamTypeMXFVideoStreamType-
Type of the video stream.
audioStreamTypeMXFAudioStreamType-
Type of the audio stream.
Properties
AudioStreamType
Gets or sets the audio stream type.
public MXFAudioStreamType AudioStreamType { get; set; }Property Value
Filename
Gets or sets the file name.
public string Filename { get; set; }Property Value
VideoStreamType
Gets or sets the video stream type.
public MXFVideoStreamType VideoStreamType { get; set; }Property Value
Methods
CreateBlock()
Creates the media block instance for MXF sink.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
A new instance of VisioForge.Core.MediaBlocks.Sinks.MXFSinkBlock configured with these settings.