Table of Contents

Class VideoMixerSourceStream

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

One input of a VisioForge.Core.Types.X.Sources.VideoMixerSourceSettings: the source that feeds it, where it sits in the composition, and its optional chroma key.

public class VideoMixerSourceStream

Inheritance

Inherited Members

Constructors

VideoMixerSourceStream()

Initializes a new instance of the VisioForge.Core.Types.X.Sources.VideoMixerSourceStream class.

public VideoMixerSourceStream()

VideoMixerSourceStream(IVideoMixerSource, Rect, ChromaKeySettingsX)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.VideoMixerSourceStream class.

public VideoMixerSourceStream(IVideoMixerSource source, Rect rectangle, ChromaKeySettingsX chromaKeySettings = null)

Parameters

source IVideoMixerSource

The source.

rectangle Rect

The rectangle.

chromaKeySettings ChromaKeySettingsX

The chroma key settings.

Properties

ChromaKeySettings

Gets or sets the chroma key applied to this input, or null when it is not keyed.

public ChromaKeySettingsX ChromaKeySettings { get; set; }

Property Value

ChromaKeySettingsX

Rectangle

Gets or sets the rectangle this source occupies in the composition.

public Rect Rectangle { get; set; }

Property Value

Rect

Source

Gets or sets the source feeding this input.

public IVideoMixerSource Source { get; set; }

Property Value

IVideoMixerSource