Table of Contents

Class MXFSinkSettings

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

MXF sink settings.

public class MXFSinkSettings : IMediaBlockSettings

Inheritance

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

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

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.