Struct CameraDeviceInformation
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides the ability to get camera device information.
C#Copypublic struct CameraDeviceInformation
Properties
Declaration
C#Copypublic readonly CameraDevice Device { get; }
Property Value
| Type | Description |
|---|---|
| CameraDevice |
Declaration
C#Copypublic readonly string Id { get; }
Property Value
| Type | Description |
|---|---|
| string | The camera device ID. |
Declaration
C#Copypublic readonly string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The camera device name |
Declaration
C#Copypublic readonly int NumberOfExtraStream { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of extra streams. |
Declaration
C#Copypublic readonly CameraDeviceType Type { get; }
Property Value
| Type | Description |
|---|---|
| CameraDeviceType |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
System.ValueType.ToString()