VisioForge (c) 2025

Search Results for

    Class CustomVideoSampleGrabberEffect

    SVG overlay video effect.

    Inheritance
    object
    BaseVideoEffect
    CustomVideoSampleGrabberEffect
    Inherited Members
    BaseVideoEffect.Name
    BaseVideoEffect.ID
    BaseVideoEffect.OnUpdate
    BaseVideoEffect.OnUpdateCall()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>