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 : VideoMixerStreamInheritance
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
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
filenamestring-
The filename.
rectangleRect-
The rectangle.
zorderuint-
The zorder.
alphadouble-
The alpha transparency value (0.0 to 1.0).
Properties
Filename
Gets or sets the image filename.
public string Filename { get; }Property Value
Methods
GetPrevFilename()
Gets the previous filename.
public string GetPrevFilename()Returns
- string
-
System.String.
UpdateFilename(string)
Updates the filename.
public void UpdateFilename(string filename)Parameters
filenamestring-
The filename.