KnownPerceptionFrameSourceProperties KnownPerceptionFrameSourceProperties KnownPerceptionFrameSourceProperties KnownPerceptionFrameSourceProperties Class

Definition

Provides static properties that are applicable to all types of frame sources.

public : static class KnownPerceptionFrameSourcePropertiespublic static class KnownPerceptionFrameSourcePropertiesPublic Static Class KnownPerceptionFrameSourceProperties// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

DeviceId DeviceId DeviceId DeviceId

Gets a string value that identifies the device on the system.

public : static PlatForm::String DeviceId { get; }public static string DeviceId { get; }Public Static ReadOnly Property DeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The identifier.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

DeviceModelVersion DeviceModelVersion DeviceModelVersion DeviceModelVersion

Gets a string key used to look up a string property with the device, model, version string for the physical sensor device this frame source represents.

public : static PlatForm::String DeviceModelVersion { get; }public static string DeviceModelVersion { get; }Public Static ReadOnly Property DeviceModelVersion As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The device, model, version string for the physical sensor device this frame source represents. This property is a String value.

EnclosureLocation EnclosureLocation EnclosureLocation EnclosureLocation

Gets a string key used to look up an enumeration property indicating the physical location of the sensor on the Windows device.

public : static PlatForm::String EnclosureLocation { get; }public static string EnclosureLocation { get; }Public Static ReadOnly Property EnclosureLocation As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The physical location of the sensor on the Windows device. This is an enumeration value.

FrameKind FrameKind FrameKind FrameKind

Gets a string key used to look up a string property that is a string key indicating the kind of frame the source provides.

public : static PlatForm::String FrameKind { get; }public static string FrameKind { get; }Public Static ReadOnly Property FrameKind As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

A string key indicating the kind of frame the source provides. This property is a String value. The string key will indicate color, depth, or infrared as specified by Windows.Devices.Perception.KnownPerceptionFrameKindStatics.

Id Id Id Id

Gets a string key used to look up a string property with the unique ID of the frame source.

public : static PlatForm::String Id { get; }public static string Id { get; }Public Static ReadOnly Property Id As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique ID of the frame source. This property is a String value.

PhysicalDeviceIds PhysicalDeviceIds PhysicalDeviceIds PhysicalDeviceIds

Gets a string key used to look up a string array property containing the physical device IDs of the sensor this frame source represents.

public : static PlatForm::String PhysicalDeviceIds { get; }public static string PhysicalDeviceIds { get; }Public Static ReadOnly Property PhysicalDeviceIds As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

An array of strings with the physical device IDs of the sensor this frame source represents. This property is a StringArray value.