From OpenHome

(Difference between revisions)
Jump to: navigation, search
(Created page with "An <tt>IdArray</tt> is a base64 encoded array of 32 bit, big endian unsigned integers. Each Id typically represents a track. An empty <tt>IdArray</tt> indicates an rray with no ...")
 
Line 1: Line 1:
-
An <tt>IdArray</tt> is a base64 encoded array of 32 bit, big endian unsigned integers. Each Id typically represents a track.  An empty <tt>IdArray</tt> indicates an rray with no elements i.e. no tracks are available.
+
An <tt>IdArray</tt> is an array of 32 bit, big endian unsigned integers. Each Id typically represents a track.  An empty <tt>IdArray</tt> indicates an rray with no elements i.e. no tracks are available.
For example the <tt>IdArray</tt> of:
For example the <tt>IdArray</tt> of:

Latest revision as of 13:39, 21 November 2016

An IdArray is an array of 32 bit, big endian unsigned integers. Each Id typically represents a track. An empty IdArray indicates an rray with no elements i.e. no tracks are available.

For example the IdArray of:

0x00 0x00 0x00 0x02 0x00 0x00 0x01 0x14 0x00 0x00 0x00 0x13


contains 3 ids with the values of 2, 276, and 19 in that order.