Class OutputAvailableEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.MediaCodec
    Assembly:
    Tizen.Multimedia.MediaCodec.dll

    Provides data for the OutputAvailable event.

    public class OutputAvailableEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    OutputAvailableEventArgs
    Remarks

    The output packet needs to be disposed after it is used to clean up unmanaged resources.

    Properties

    View Source

    Packet

    Gets the result packet.

    Declaration
    public MediaPacket Packet { get; }
    Property Value
    Type Description
    MediaPacket
    Remarks

    The output packet needs to be disposed after it is used to clean up unmanaged resources.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX