Struct CameraDeviceInformation

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
10

Provides the ability to get camera device information.

C#
Copy
public struct CameraDeviceInformation

Properties

View Source

Device

Gets the CameraDevice.

Declaration
C#
Copy
public CameraDevice Device { get; }
Property Value
Type Description
CameraDevice CameraDevice
API Level: 10
View Source

Id

Gets the camera device ID.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String

The camera device ID.

API Level: 10
View Source

Name

Gets the camera device name.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String

The camera device name

API Level: 10
View Source

NumberOfExtraStream

Gets the number of extra streams.

Declaration
C#
Copy
public int NumberOfExtraStream { get; }
Property Value
Type Description
Int32

The number of extra streams.

API Level: 10
View Source

Type

Gets the camera device type.

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

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.ValueType.ToString()
API Level: 10