Class InputProcessedEventArgs

    Definition

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

    Provides data for the InputProcessed event.

    public class InputProcessedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    InputProcessedEventArgs

    Properties

    View Source

    Packet

    Gets the packet processed by the codec.

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