ScreenShot Entity (2022/06)

All screenshot entities are structured as follows:

entity:

  • Id int read-only:  A unique identifier for the device screenshot instance

  • Device DeviceInfo: 

    • Id int read-onlyA unique identifier for the device instance

    • Serial string read-only: The serial number of the device

  • GroupName string read-onlyThe name of the BSN.cloud group to which the player belongs

  • PresentationName string read-only: The name of the presentation

  • UTCTimestamp DateTime read-onlyA UTC timestamp indicating when the screenshot was taken on the player. See DateTime for more information about this data type.

  • LocalTimestamp DateTime read-onlyA timestamp indicating the local time (as it is specified in the player settings) when the screenshot was taken on the player. See DateTime for more information about this data type.

  • Width short read-only: The width of the screenshot image (in pixels)

  • Height short read-only: The height of the screenshot image (in pixels)

  • FilePath string read-onlyThe location of the image file in the server directory

  • FileSize int read-only: The size of the image file in the server directory

  • ThumbPath string read-only: The location of the image thumbnail in the server directory