Class CameraDeviceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
- API Level:
- 3
Provides data for the DeviceStateChanged event.
public class CameraDeviceStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceDevice
Gets the camera device type.
Declaration
public CameraDevice Device { get; }
Property Value
Type | Description |
---|---|
CameraDevice |
API Level: 3
View SourceState
Gets the current state of the camera device.
Declaration
public CameraDeviceState State { get; }
Property Value
Type | Description |
---|---|
CameraDeviceState |