Difference between revisions of "MJZonesAutomation"

From JRiverWiki
Jump to: navigation, search
 
m (MJZoneAutomation * GetZone(number nIndex) (requires MC 11.0.20 or later))
Line 20: Line 20:
  
 
===MJZoneAutomation * GetZone(number nIndex) (requires MC 11.0.20 or later)===
 
===MJZoneAutomation * GetZone(number nIndex) (requires MC 11.0.20 or later)===
'''Description:''' gets a MJZoneAutomation interface for this zone (see below)<br>
+
'''Description:''' gets a [[MJZoneAutomation]] interface for this zone (see below)<br>
'''Return Value:''' MJZoneAutomationinterface  
+
'''Return Value:''' MJZoneAutomationinterface
  
 
===void SynchronizeZones(number nSource, number nDestination)===
 
===void SynchronizeZones(number nSource, number nDestination)===

Revision as of 23:06, 29 September 2009

interface for working with multi-zone playback system

Functions

number GetNumberZones()

Description: gets the total number of playback zones
Return Value: the number of playback zones

number GetActiveZone()

Description: gets the index of the active zone
Return Value: index of active zone

void SetActiveZone(number nIndex)

Description: sets the index of the active zone.

  • nIndex: the zero based index of the new zone

string GetZoneName(number nIndex)

Description: gets the name of a given zone
Parameters:

  • nIndex: the zero based index of the new zone

Return Value: the name of the zone

MJZoneAutomation * GetZone(number nIndex) (requires MC 11.0.20 or later)

Description: gets a MJZoneAutomation interface for this zone (see below)
Return Value: MJZoneAutomationinterface

void SynchronizeZones(number nSource, number nDestination)

Description: attempts to have the two zones play the same content at the same time
Parameters:

  • nSource: the master zone
  • nDestination: the slave zone