MJZoneAutomation

From wiki.jriver.com
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Interface for working with a single playback zone (requires MC 11.0.20 or later)

Functions

string GetName()

Description: gets the name of the zone
Return Value: the name of the zone

MJPlaybackAutomation * GetPlayback()

Description: gets a MJPlaybackAutomation interface for this zone (see above)
Return Value: MJPlaybackAutomation interface

MJCurPlaylistAutomation * GetCurPlaylist()

Description: gets a MJCurPlaylistAutomation interface for this zone (see above)
Return Value: MJCurPlaylistAutomation interface

IMJMixerAutomation * GetMixer()

Description: gets a MJMixerAutomation interface for this zone
Return Value: MJMixerAutomation interface

IMJFileAutomation * GetPlayingFile()

Description: get a MJFileAutomation interface for the file currently playing in this zone
Return Value: MJFileAutomation interface