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