Table of Contents

Class VideoFrameSKBitmapEventArgs

Namespace
VisioForge.Core.Types.X.Events
Assembly
VisioForge.Core.dll

SkiaSharp Frame bitmap event args class.

public class VideoFrameSKBitmapEventArgs : EventArgs

Inheritance

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

frame SKBitmap

Video frame.

frameRate VideoFrameRate

Frame rate.

timestamp TimeSpan

Timestamp.

Properties

Frame

Gets frame.

public SKBitmap Frame { get; }

Property Value

SKBitmap

FrameRate

Gets frame rate.

public VideoFrameRate FrameRate { get; }

Property Value

VideoFrameRate

Timestamp

Gets start time.

public TimeSpan Timestamp { get; }

Property Value

TimeSpan