Dynamic playlist, Imagevideodynamicplaylist entity, Audiodynamicplaylist entity – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 43: Imagevideodynamicplaylist, Audiodynamicplaylist, And a

Advertising
background image

31

DYNAMIC PLAYLIST

ImageVideoDynamicPlaylist Entity

The ImageVideoDynamicPlaylist entity represents a Dynamic Playlist containing image or video files only. It has the
following properties.

[int] Id:(Read Only) The identifier and primary key of the ImageVideoDynamicPlaylist instance.

[string] Name: The user-defined name of the ImageVideoDynamicPlaylist instance. This string value is an
alternate key that is unique in the scope of the BrightSign Network account.

[string] PhysicalPath:(Read Only) The external URL of the Dynamic Playlist MRSS file in persistent storage.

[long] FileSize:(Read Only) The size of the associated MRSS file in bytes.

[string] FileHash:(Read Only) The SHA1 hash of the associated MRSS file contents.

[DateTime] CreationDate:(Read Only) The UTC timestamp indicating when the current
ImageVideoDynamicPlaylist instance was created in the BrightSign Network.

[List<DynamicPlaylistContent>] Content: A list of

DynamicPlaylistContent

entity-relations that reference

content instances contained within the Dynamic Playlist. This list is set to Null when not initialized by the server.

[PresentationInfo[]] Presentations:(Read only) An array of

PresentationInfo

structures that denote

parent presentations.

AudioDynamicPlaylist Entity

The AudioDynamicPlaylist entity represents a Dynamic Playlist containing audio files only. It has the following properties:
Note: The BrightSign Network device autorun version (6.7.37) does not currently support publishing Audio Dynamic
Playlists. As a result, you can create and manage Audio Dynamic Playlists, but you can’t use them in presentations. This
will be corrected in the next BrightSign Network update.

[int] Id:(Read Only) The identifier and primary key of the AudioDynamicPlaylist instance.

[string] Name: The user-defined name of the AudioDynamicPlaylist instance. This string value is an alternate
key that is unique in the scope of the BrightSign Network account.

Advertising