Class BufferStatusChangedEventArgs

    Definition

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

    Provides data for the BufferStatusChanged event.

    public class BufferStatusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BufferStatusChangedEventArgs

    Constructors

    View Source

    BufferStatusChangedEventArgs(MediaCodecStatus)

    Initializes a new instance of the BufferStatusChangedEventArgs class.

    Declaration
    public BufferStatusChangedEventArgs(MediaCodecStatus status)
    Parameters
    Type Name Description
    MediaCodecStatus status

    The value representing new status of the codec.

    Properties

    View Source

    Status

    Gets the value indicating the new status of the codec.

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