VisioForge (c) 2025

Search Results for

    Class VideoFrameSKBitmapEventArgs

    SkiaSharp Frame bitmap event args class.

    Inheritance
    object
    EventArgs
    VideoFrameSKBitmapEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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