VisioForge (c) 2025

Search Results for

    Class RAWAudioFrameEventArgs

    Class RAWAudioFrameEventArgs. Implements the EventArgs.

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

    Constructors

    RAWAudioFrameEventArgs(RAWAudioFrame)

    Initializes a new instance of the RAWAudioFrameEventArgs class.

    Declaration
    public RAWAudioFrameEventArgs(RAWAudioFrame frame)
    Parameters
    Type Name Description
    RAWAudioFrame frame

    The frame.

    Properties

    Frame

    Gets the frame.

    Declaration
    public RAWAudioFrame Frame { get; }
    Property Value
    Type Description
    RAWAudioFrame

    The frame.

    See Also

    EventArgs