VisioForge (c) 2025

Search Results for

    Class OverlayManagerCallbackEventArgs

    Overlay Manager callback args. Implements the EventArgs.

    Inheritance
    object
    EventArgs
    OverlayManagerCallbackEventArgs
    Inherited Members
    EventArgs.Empty
    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 OverlayManagerCallbackEventArgs : EventArgs

    Constructors

    OverlayManagerCallbackEventArgs(Context, TimeSpan, TimeSpan)

    Initializes a new instance of the OverlayManagerCallbackEventArgs class.

    Declaration
    public OverlayManagerCallbackEventArgs(Context context, TimeSpan timestamp, TimeSpan duration)
    Parameters
    Type Name Description
    Context context

    The context.

    TimeSpan timestamp

    The timestamp.

    TimeSpan duration

    The duration.

    Properties

    Context

    Gets the context.

    Declaration
    public Context Context { get; }
    Property Value
    Type Description
    Context

    The context.

    Duration

    Gets the duration.

    Declaration
    public TimeSpan Duration { get; }
    Property Value
    Type Description
    TimeSpan

    The duration.

    Timestamp

    Gets the timestamp.

    Declaration
    public TimeSpan Timestamp { get; }
    Property Value
    Type Description
    TimeSpan

    The timestamp.

    See Also

    EventArgs