Class VideoFrameDecodedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Provides data for the VideoFrameDecoded event.

    public class VideoFrameDecodedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    VideoFrameDecodedEventArgs

    Properties

    View Source

    Packet

    Gets the media packet containing the decoded frame.

    Declaration
    public MediaPacket Packet { get; }
    Property Value
    Type Description
    MediaPacket
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX