|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectsoundPlayback.PlaybackParameters
public class PlaybackParameters
Parameters controlling sound playback
| Field Summary | |
|---|---|
int |
channelBitmap
channels to play back |
int |
dataSource
source or raw audio data. |
boolean |
defaultSampleRate
|
int |
deviceNumber
number of sound card line - only used when playing back wav files, etc. |
int |
deviceType
Device type only used with file playback, since for all real time plyback, playback must be through the device aquiring data |
float |
playbackRate
|
static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
PlaybackParameters()
|
|
| Method Summary | |
|---|---|
PlaybackParameters |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
public int dataSource
public int channelBitmap
public int deviceNumber
public int deviceType
public boolean defaultSampleRate
public float playbackRate
| Constructor Detail |
|---|
public PlaybackParameters()
| Method Detail |
|---|
public PlaybackParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||