Class StreamRecorderErrorOccurredEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.StreamRecorder.dll

    Provides data for the ErrorOccurred event.

    public class StreamRecorderErrorOccurredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    StreamRecorderErrorOccurredEventArgs

    Properties

    View Source

    Error

    Gets the error code.

    Declaration
    public StreamRecorderError Error { get; }
    Property Value
    Type Description
    StreamRecorderError
    View Source

    State

    Gets the state of the recorder.

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