What is audio clip interface? Name few methods of it ?
Answer Posted / anuj shukla
The AudioClip Interface
The AudioClip interface defines these methods: play( ) (play
a clip from the
beginning), stop( ) (stop playing the clip), and loop( )
(play the loop continuously).
After you have loaded an audio clip using getAudioClip( ),
you can use these methods
to play it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is arraylist an object in java?
What does @override mean?
What are the differences between path and classpath variables?
What is java reflection api?
What are the advantages of java?
What is the difference between state-based unit testing and interaction-based unit testing?
Which collection allows duplicate values in java?
Why is a string immutable?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What are the two types of streams offered by java 8?
What is abstraction in java?
What is the file type?
What is t in parametric equations?
What are the advantages and disadvantages of object cloning?
Can list contain null in java?