| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsound.player.LiveSoundEvent
public class LiveSoundEvent
Created by IntelliJ IDEA. User: Douglas Lyon Date: Dec 13, 2004 Time: 8:56:46 PM Copyright DocJava, Inc.
| Field Summary | |
|---|---|
| static int | BITS_PER_SAMPLEThe value indicates a bits per channel change event. | 
| static int | BUFFER_SIZEThe value indicates a buffer size change event. | 
| static int | CHANNELSThe value indicates a channel number change event. | 
| static int | SAMPLE_RATEThe value indicates a sample rate change event. | 
| Constructor Summary | |
|---|---|
| LiveSoundEvent(int parameter)Construct a LiveSoundEvent, with the specified parameter. | |
| Method Summary | |
|---|---|
|  int | getSoundParameter()Return the parameter of LiveSound that has changed. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int SAMPLE_RATE
public static final int CHANNELS
public static final int BUFFER_SIZE
public static final int BITS_PER_SAMPLE
| Constructor Detail | 
|---|
public LiveSoundEvent(int parameter)
parameter - The audio parameter of LiveSound that
                  has changed. The value of parameter should be one of
                  LiveSoundEvent.SAMPLE_RATE, LiveSoundEvent.CHANNELS,
                  LiveSoundEvent.BUFFER_SIZE, or
                  LiveSoundEvent.BITS_PER_SAMPLE.| Method Detail | 
|---|
public int getSoundParameter()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||