Lines Matching full:order
87 /** The tracks within a group are played once in track order. */
89 /** The tracks within a group are played in track order repeatedly. */
99 /** The tracks within a group are played in random order once. */
101 /** The tracks within a group are played in random order repeatedly. */
107 * A bitmap, in the same order as the playing orders above.
108 * Note that playing order 1 corresponds to bit 0, and so on.
115 /** The tracks within a group are played once in track order. */
117 /** The tracks within a group are played in track order repeatedly. */
127 /** The tracks within a group are played in random order once. */
129 /** The tracks within a group are played in random order repeatedly. */
194 /** Set the current track to the previous track based on the playing order. */
196 /** Set the current track to the next track based on the playing order. */
198 /** Set the current track to the first track based on the playing order. */
200 /** Set the current track to the last track based on the playing order. */
202 /** Set the current track to the nth track based on the playing order. */