...
...
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
The LiveVideoContent entity-relation represents the association between a Presentation instance and an HDMI-® input object.
[TimeSpan] PlaybackDuration
: The amount of time the player will play video from the HDMI input. A zero value specifies an unlimited playback interval.[byte] Volume
: The volume level of the HDMI input as a percentage.
...
PagedList<Content> GetAllContent(string marker, int pageSize)
Retrieves the next page of the Content list, sorted alphabetically by [string] FileName
. The returned list will contain no more items than the defined page size. This method only supports retrieval of image, audio, and video file types.
Required Permissions
Content: View Content
...
[int[]]contentIds
: An array of[int] Id
values reflecting the Content instances to be deleted. The maximum number of items is limited to 100 by the server. Attempting to request more than the allowed number of objects will cause an error. A descriptive error will be returned if one or more Content[int] Id
is invalid. If the client passes an empty array, or if none of the identifiers in the array match existing content instances, the server will immediately return an empty response without an error.
...