Class CustomVideoSampleGrabberEffect
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Custom video sample grabber effect that allows capturing video frames for processing.
public class CustomVideoSampleGrabberEffect : BaseVideoEffect, IBaseVideoEffectInheritance
Implements
Inherited Members
Constructors
CustomVideoSampleGrabberEffect(VideoFormatX, string)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.CustomVideoSampleGrabberEffect class.
public CustomVideoSampleGrabberEffect(VideoFormatX format, string name = "custom-video-sg")Parameters
formatVideoFormatX-
The video format for captured frames.
namestring-
The name of the effect.
Fields
DefaultName
The default name.
public static string DefaultNameField Value
Properties
Format
Gets or sets the format.
public VideoFormatX Format { get; set; }Property Value
OnVideoFrameBuffer
This event occurs whenever each new video frame is received.
public event EventHandler<VideoFrameXBufferEventArgs> OnVideoFrameBuffer