VisioForge (c) 2025

Search Results for

    Class ClosedCaptionsBufferEventArgs

    Closed captions buffer event args class.

    Inheritance
    object
    EventArgs
    ClosedCaptionsBufferEventArgs
    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.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class ClosedCaptionsBufferEventArgs : EventArgs

    Constructors

    ClosedCaptionsBufferEventArgs(nint, int, TimeSpan, TimeSpan)

    Initializes a new instance of the ClosedCaptionsBufferEventArgs class.

    Declaration
    public ClosedCaptionsBufferEventArgs(nint buffer, int bufferSize, TimeSpan startTime, TimeSpan stopTime)
    Parameters
    Type Name Description
    nint buffer

    CC buffer.

    int bufferSize

    CC buffer Size.

    TimeSpan startTime

    Start time.

    TimeSpan stopTime

    Stop time.

    Properties

    Buffer

    Gets buffer.

    Declaration
    public nint Buffer { get; }
    Property Value
    Type Description
    nint

    BufferSize

    Gets buffer size.

    Declaration
    public int BufferSize { get; }
    Property Value
    Type Description
    int

    StartTime

    Gets start time.

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

    StopTime

    Gets stop time.

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