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 VideoMixerSourceStreamInheritance
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
sourceIVideoMixerSource-
The source.
rectangleRect-
The rectangle.
chromaKeySettingsChromaKeySettingsX-
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
Rectangle
Gets or sets the rectangle this source occupies in the composition.
public Rect Rectangle { get; set; }Property Value
Source
Gets or sets the source feeding this input.
public IVideoMixerSource Source { get; set; }