- All Superinterfaces:
- DataLine, Line
- See Also:
- Top Examples, Source Code,
stop
, Mixer
int getFrameLength()
- See Also:
AudioSystem.NOT_SPECIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getMicrosecondLength()
- See Also:
AudioSystem.NOT_SPECIFIED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void loop(int count)
- See Also:
LOOP_CONTINUOUSLY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
static final int LOOP_CONTINUOUSLY
- See Also:
loop(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void open(AudioFormat format,
byte[] data,
int offset,
int bufferSize)
throws LineUnavailableException
- See Also:
LineListener
, Line.isOpen()
, Line.close()
, SecurityException, IllegalStateException, IllegalArgumentException, OPEN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void open(AudioInputStream stream)
throws LineUnavailableException,
IOException
- See Also:
LineListener
, Line.isOpen()
, Line.close()
, SecurityException, IllegalStateException, IllegalArgumentException, OPEN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setFramePosition(int frames)
- See Also:
getFramePosition
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setLoopPoints(int start,
int end)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setMicrosecondPosition(long microseconds)
- See Also:
getMicrosecondPosition
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples