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