Table of Contents

Class VideoMixerStreamPNGSource

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

Video mixer stream image PNG source. Implements the VisioForge.Core.Types.X.VideoEffects.VideoMixerStream.

public class VideoMixerStreamPNGSource : VideoMixerStream

Inheritance

Inherited Members

Constructors

VideoMixerStreamPNGSource(Rect, uint, string)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoMixerStreamPNGSource class.

public VideoMixerStreamPNGSource(Rect rectangle, uint zorder, string filename)

Parameters

rectangle Rect

The rectangle.

zorder uint

The zorder.

filename string

The filename.

VideoMixerStreamPNGSource(string, Rect, uint, double)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoMixerStreamPNGSource class with alpha.

public VideoMixerStreamPNGSource(string filename, Rect rectangle, uint zorder, double alpha)

Parameters

filename string

The filename.

rectangle Rect

The rectangle.

zorder uint

The zorder.

alpha double

The alpha transparency value (0.0 to 1.0).

Properties

Filename

Gets or sets the image filename.

public string Filename { get; }

Property Value

string

Methods

GetPrevFilename()

Gets the previous filename.

public string GetPrevFilename()

Returns

string

System.String.

UpdateFilename(string)

Updates the filename.

public void UpdateFilename(string filename)

Parameters

filename string

The filename.

See Also