Class RAWVideoFrameEventArgs
Class RAWVideoFrameEventArgs. Implements the EventArgs.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class RAWVideoFrameEventArgs : EventArgs
Constructors
RAWVideoFrameEventArgs(RAWVideoFrame)
Initializes a new instance of the RAWVideoFrameEventArgs class.
Declaration
public RAWVideoFrameEventArgs(RAWVideoFrame frame)
Parameters
Type | Name | Description |
---|---|---|
RAWVideoFrame | frame | The frame. |
Properties
Frame
Gets the frame.
Declaration
public RAWVideoFrame Frame { get; }
Property Value
Type | Description |
---|---|
RAWVideoFrame | The frame. |