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
What are the two categories of data types in the java programming language?
What does @override mean?
How will you communicate between two applets?
How can we create an immutable class in java?
Can an integer be null java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
When should a function throw an exception?
Is java a pure object oriented language?
What is the difference between C++ and Java and your preferences?
What is the use of :: in java?
What is private static class in java?
Which package has light weight components in java programming?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is the simpletimezone class in java programming?
What do you mean by stack?