Class MediaCodecErrorOccurredEventArgs

    Definition

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

    Provides data for the ErrorOccurred event.

    public class MediaCodecErrorOccurredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaCodecErrorOccurredEventArgs

    Constructors

    View Source

    MediaCodecErrorOccurredEventArgs(MediaCodecError)

    Initializes a new instance of the ErrorOccurredEventArgs class.

    Declaration
    public MediaCodecErrorOccurredEventArgs(MediaCodecError error)
    Parameters
    Type Name Description
    MediaCodecError error

    The value representing the type of the error.

    Properties

    View Source

    Error

    Gets the value indicating what kind of the error.

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