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