MJZoneAutomation

From wiki.jriver.com
Revision as of 23:57, 22 January 2007 by Gateley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 MJPlayback interface for this zone (see above)
Return Value: MJPlayback 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: the interface

IMJFileAutomation * GetPlayingFile()

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