Class RecorderInterruptingEventArgs

    Definition

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

    Provides data for the Interrupting event.

    public class RecorderInterruptingEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecorderInterruptingEventArgs

    Properties

    View Source

    Reason

    Gets the reason of the interrupt.

    Declaration
    public RecorderPolicy Reason { get; }
    Property Value
    Type Description
    RecorderPolicy
    View Source

    State

    Gets the previous 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