File
Doc
Category
Size
Date
Package
Clip.java
API Doc
Android 1.5 API
1406
Wed May 06 22:41:02 BST 2009
javax.sound.sampled
Clip
public interface Clip implements DataLine
Fields Summary
static final int
LOOP_CONTINUOUSLY
Constructors Summary
Methods Summary
public
int
getFrameLength
()
public
long
getMicrosecondLength
()
public void
loop
(
int
count)
public void
open
(
javax.sound.sampled.AudioFormat
format,
byte[]
data,
int
offset,
int
bufferSize)
public void
open
(
javax.sound.sampled.AudioInputStream
stream)
public void
setFramePosition
(
int
frames)
public void
setLoopPoints
(
int
start,
int
end)
public void
setMicrosecondPosition
(
long
microseconds)
Java Code Source