Class RAWAudioFrameEventArgs
Class RAWAudioFrameEventArgs. Implements the EventArgs.
Inherited Members
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. |