Unosquare
    Show / Hide Table of Contents

    Class RenderingVideoEventArgs

    The video rendering event arguments.

    Inheritance
    Object
    EventArgs
    RenderingEventArgs
    RenderingVideoEventArgs
    Inherited Members
    RenderingEventArgs.EngineState
    RenderingEventArgs.Stream
    RenderingEventArgs.Clock
    RenderingEventArgs.StartTime
    RenderingEventArgs.Duration
    RenderingEventArgs.PresentationTime
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unosquare.FFME.Common
    Syntax
    public sealed class RenderingVideoEventArgs : RenderingEventArgs

    Properties

    Bitmap

    Gets the writable bitmap filled with the video frame pixels. Feel free to capture or change this buffer.

    Declaration
    public BitmapDataBuffer Bitmap { get; }
    Property Value
    Type Description
    BitmapDataBuffer

    ClosedCaptions

    Gets the closed caption decoded packets.

    Declaration
    public IReadOnlyList<ClosedCaptionPacket> ClosedCaptions { get; }
    Property Value
    Type Description
    IReadOnlyList<ClosedCaptionPacket>

    PictureNumber

    Gets the display picture number (frame number). If not set by the decoder, this attempts to obtain it by dividing the start time by the frame duration.

    Declaration
    public long PictureNumber { get; }
    Property Value
    Type Description
    Int64

    PictureType

    Gets the picture type.

    Declaration
    public AVPictureType PictureType { get; }
    Property Value
    Type Description
    AVPictureType

    SmtpeTimeCode

    Gets the SMTPE time code.

    Declaration
    public string SmtpeTimeCode { get; }
    Property Value
    Type Description
    String

    See Also

    EventArgs

    Comments

    Back to top Copyright © 2017-2019 Unosquare