MJZoneAutomation

From wiki.jriver.com
Revision as of 05:36, 4 May 2015 by Glynor (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[edit]

string GetName()[edit]

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

MJPlaybackAutomation * GetPlayback()[edit]

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

MJCurPlaylistAutomation * GetCurPlaylist()[edit]

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

IMJMixerAutomation * GetMixer()[edit]

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

IMJFileAutomation * GetPlayingFile()[edit]

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