Groupinfo structure, Presentation management web methods – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 95

Advertising
background image

83

o None
o PCM
o PassThrough

[SPDIFOutputMode] SPDIFOutput: A SPDIFOutputMode enumeration, which can contain the following values:

o None
o PCM
o PassThrough

[AudioMixingType] AudioMixing: An AudioMixingType enumeration, which can contain the following values:

o Stereo
o Left
o Right

[int] AudioVolume: The volume of the audio file track, represented as an integer between 0 and 100.

GroupInfo Structure

The GroupInfo structure is used to represent a parent

Group

instance for which a

Presentation

instance is scheduled. It

has the following properties:

[int] Id: The identifier and primary key of the parent Group instance

[string] Name: The user-defined name of the parent Group instance

Presentation Management Web Methods

PagedList<Presentation> GetPresentations(string marker, int pageSize)

List<Presentation> GetSpecifiedPresentations(int[] presentationIds)

PagedList<Presentation> FindPresentations(string namePattern, string marker, int

pageSize)

Presentation GetPresentation(int presentationId, bool loadContent)

Presentation GetPresentationByName(string name, bool loadContent)

Advertising