Class AudioDataDecodedEventArgs

    Definition

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

    Provides data for the AudioDataDecoded event.

    public class AudioDataDecodedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AudioDataDecodedEventArgs

    Properties

    View Source

    Packet

    Gets the media packet containing the audio decoded frame.

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