public class TPlaybackThreadDataRecord extends Object
Modifier and Type | Field and Description |
---|---|
Vector[] |
avMusic
Lists of songs to play
|
Point[] |
pPos
Positions of speakers.
|
Constructor and Description |
---|
TPlaybackThreadDataRecord() |
public Point[] pPos
Positions of speakers.
Array is initialized at the time the object is created
However, both entries ([0] and [1]) are null
until setPos
is called.
public Vector[] avMusic
Lists of songs to play
Array is initialized at the time the object is created
However, both entries ([0] and [1]) are null
until addSongs
is called.
public boolean setPos(int iChannel, int x, int y)
public boolean addSongs(int iChannel, String[] aStrings)