Class VideoMixerStreamPNGSource
Video mixer stream image PNG source. Implements the VideoMixerStream.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class VideoMixerStreamPNGSource : VideoMixerStream
Constructors
VideoMixerStreamPNGSource(Rect, uint, string)
Initializes a new instance of the VideoMixerStreamPNGSource class.
Declaration
public VideoMixerStreamPNGSource(Rect rectangle, uint zorder, string filename)
Parameters
Type | Name | Description |
---|---|---|
Rect | rectangle | The rectangle. |
uint | zorder | The zorder. |
string | filename | The filename. |
Properties
Filename
Gets or sets the image filename.
Declaration
public string Filename { get; }
Property Value
Type | Description |
---|---|
string | The filename. |
Methods
GetPrevFilename()
Gets the previous filename.
Declaration
public string GetPrevFilename()
Returns
Type | Description |
---|---|
string | System.String. |
UpdateFilename(string)
Updates the filename.
Declaration
public void UpdateFilename(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |