|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.TPlaybackThreadDataRecord
public class TPlaybackThreadDataRecord
Record type for data for one PlaybackThread.
Contains:
Field Summary | |
---|---|
Vector[] |
avMusic
Lists of songs to play |
Point[] |
pPos
Positions of speakers. |
Constructor Summary | |
---|---|
TPlaybackThreadDataRecord()
|
Method Summary | |
---|---|
boolean |
addSongs(int iChannel,
String[] aStrings)
|
boolean |
setPos(int iChannel,
int x,
int y)
Sets the position of one speaker |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Constructor Detail |
---|
public TPlaybackThreadDataRecord()
Method Detail |
---|
public boolean setPos(int iChannel, int x, int y)
public boolean addSongs(int iChannel, String[] aStrings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |