Table of Contents

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, IBaseVideoEffect

Inheritance

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

format VideoFormatX

The video format for captured frames.

name string

The name of the effect.

Fields

DefaultName

The default name.

public static string DefaultName

Field Value

string

Properties

Format

Gets or sets the format.

public VideoFormatX Format { get; set; }

Property Value

VideoFormatX

OnVideoFrameBuffer

This event occurs whenever each new video frame is received.

public event EventHandler<VideoFrameXBufferEventArgs> OnVideoFrameBuffer

Event Type

EventHandler<VideoFrameXBufferEventArgs>