Class RecorderDeviceStateChangedEventArgs

    Definition

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

    Provides data for the DeviceStateChanged event.

    public class RecorderDeviceStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecorderDeviceStateChangedEventArgs

    Properties

    View Source

    DeviceState

    Gets the device state.

    Declaration
    public RecorderDeviceState DeviceState { get; }
    Property Value
    Type Description
    RecorderDeviceState
    View Source

    Type

    Gets the recorder type.

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