Difference between revisions of "MJZoneAutomation"

From JRiverWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
===MJPlaybackAutomation * GetPlayback()===
 
===MJPlaybackAutomation * GetPlayback()===
'''Description:''' gets a MJPlayback interface for this zone (see above)<br>
+
'''Description:''' gets a [[MJPlaybackAutomation]] interface for this zone (see above)<br>
'''Return Value:''' MJPlayback interface  
+
'''Return Value:''' [[MJPlaybackAutomation]] interface  
  
 
===MJCurPlaylistAutomation * GetCurPlaylist()===
 
===MJCurPlaylistAutomation * GetCurPlaylist()===
'''Description:''' gets a MJCurPlaylistAutomation interface for this zone (see above)<br>
+
'''Description:''' gets a [[MJCurPlaylistAutomation]] interface for this zone (see above)<br>
'''Return Value:''' MJCurPlaylistAutomation interface  
+
'''Return Value:''' [[MJCurPlaylistAutomation]] interface  
  
 
===IMJMixerAutomation * GetMixer()===
 
===IMJMixerAutomation * GetMixer()===
'''Description:''' gets a MJMixerAutomation interface for this zone<br>
+
'''Description:''' gets a [[MJMixerAutomation]] interface for this zone<br>
'''Return Value:''' the interface  
+
'''Return Value:''' [[MJMixerAutomation]] interface  
  
 
===IMJFileAutomation * GetPlayingFile()===
 
===IMJFileAutomation * GetPlayingFile()===
'''Description:''' get a MJFileAutomation interface for the file currently playing in this zone<br>
+
'''Description:''' get a [[MJFileAutomation]] interface for the file currently playing in this zone<br>
'''Return Value:''' the interface
+
'''Return Value:''' [[MJFileAutomation]] interface
 +
 
 +
[[Category:COM Automation]]
 +
[[Category:Zones]]

Latest revision as of 00:36, 4 May 2015

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