Class RecorderStateChangedEventArgs

    Definition

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

    Provides data for the StateChanged event.

    public class RecorderStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecorderStateChangedEventArgs

    Properties

    View Source

    CurrentState

    Gets the current state of the recorder.

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

    IsStateChangedByPolicy

    Gets the value indicating whether the state is changed by policy.

    Declaration
    public bool IsStateChangedByPolicy { get; }
    Property Value
    Type Description
    bool

    true if the state changed by policy such as resource conflict or security, otherwise false.

    View Source

    PreviousState

    Gets the previous state of the recorder.

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