Home > @infiniteobjects/data-types > Device
The Device that plays the video
Signature:
export declare class Device implements IDevice
Implements: IDevice
| Property | Modifiers | Type | Description |
|---|---|---|---|
| backLayer | DeviceBackLayer | <p>Back Layer one off DeviceBackLayer enumeration values.</p><p>‘NORMAL’</p> | |
| colorProfiles | readonly |
readonly DeviceColorProfile[] | Returns the color profiles that need to be render |
| frontLayer | DeviceFrontLayer | <p>Front layer one off DeviceFrontLayer enumeration values.</p><p>‘NORMAL’</p> | |
| material | DeviceMaterial | <p>Device Material, one off DeviceMaterial enumeration values.</p><p>‘ACRYLIC’</p> | |
| orientation | DeviceOrientation | <p>Device Orientation one off DeviceOrientation enumeration values.</p><p>‘PORTRAIT’</p> | |
| renderDimension | readonly |
Dimension | Returns the output size for rendering |
| screenDimension | readonly |
Dimension | The Device Screen resolution |
| size | DeviceSize | <p>Size of the Device, one off DeviceSize enumeration values.</p><p>‘IO7’</p> |