Class RecorderDeviceStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
4

Provides data for the DeviceStateChanged event.

C#
Copy
public class RecorderDeviceStateChangedEventArgs : EventArgs
Inheritance
System.Object
RecorderDeviceStateChangedEventArgs

Properties

View Source

DeviceState

Gets the device state.

Declaration
C#
Copy
public RecorderDeviceState DeviceState { get; }
Property Value
Type Description
RecorderDeviceState
API Level: 4
View Source

Type

Gets the recorder type.

Declaration
C#
Copy
public RecorderType Type { get; }
Property Value
Type Description
RecorderType
API Level: 4