Class VideoFrameSKBitmapEventArgs
SkiaSharp Frame bitmap event args class.
Inherited Members
Namespace: VisioForge.Core.Types.X.Events
Assembly: VisioForge.Core.dll
Syntax
public class VideoFrameSKBitmapEventArgs : EventArgs
Constructors
VideoFrameSKBitmapEventArgs(SKBitmap, VideoFrameRate, TimeSpan)
Initializes a new instance of the VideoFrameSKBitmapEventArgs class.
Declaration
public VideoFrameSKBitmapEventArgs(SKBitmap frame, VideoFrameRate frameRate, TimeSpan timestamp)
Parameters
Type | Name | Description |
---|---|---|
SKBitmap | frame | Video frame. |
VideoFrameRate | frameRate | Frame rate. |
TimeSpan | timestamp | Timestamp. |
Properties
Frame
Gets frame.
Declaration
public SKBitmap Frame { get; }
Property Value
Type | Description |
---|---|
SKBitmap |
FrameRate
Gets frame rate.
Declaration
public VideoFrameRate FrameRate { get; }
Property Value
Type | Description |
---|---|
VideoFrameRate |
Timestamp
Gets start time.
Declaration
public TimeSpan Timestamp { get; }
Property Value
Type | Description |
---|---|
TimeSpan |