Class CustomVideoSampleGrabberEffect
SVG overlay video effect.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class CustomVideoSampleGrabberEffect : BaseVideoEffect
Constructors
CustomVideoSampleGrabberEffect(VideoFormatX, string)
Initializes a new instance of the CustomVideoSampleGrabberEffect class.
Declaration
public CustomVideoSampleGrabberEffect(VideoFormatX format, string name = "custom-video-sg")
Parameters
Type | Name | Description |
---|---|---|
VideoFormatX | format | |
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Format
Gets or sets the format.
Declaration
public VideoFormatX Format { get; set; }
Property Value
Type | Description |
---|---|
VideoFormatX | The format. |
Events
OnVideoFrameBuffer
This event occurs whenever each new video frame is received.
Declaration
public event EventHandler<VideoFrameXBufferEventArgs> OnVideoFrameBuffer
Event Type
Type | Description |
---|---|
EventHandler<VideoFrameXBufferEventArgs> |