Class RecorderInterruptedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    Provides data for the Interrupted event.

    public class RecorderInterruptedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecorderInterruptedEventArgs

    Properties

    View Source

    Current

    Gets the current state of the recorder.

    Declaration
    public RecorderState Current { get; }
    Property Value
    Type Description
    RecorderState
    View Source

    Previous

    Gets the previous state of the recorder.

    Declaration
    public RecorderState Previous { get; }
    Property Value
    Type Description
    RecorderState
    View Source

    Reason

    Gets the reason that interrupted the recorder.

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