Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

All device screenshot entities are structured as follows:

entity:

  • [int] Id:  A unique identifier for the device screenshot instance
  • [string] GroupName: The name of the BSN.cloud group to which the player belongs
  • [string] PresentationName: The name of the presentation
  • [DateTime] UTCTimestamp: A UTC timestamp indicating when the screenshot was taken on the player. See DateTime for more information about this data type.
  • [DateTime] LocalTimestamp: A 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.
  • [short] Width: The width of the screenshot image (in pixels)
  • [short] Height: The height of the screenshot image (in pixels)
  • [string] FilePath: The location of the image file in the server directory
  • [int] FileSize: The size of the image file in the server directory
  • [string] ThumbPath: The location of the image thumbnail in the server directory






  • No labels