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 is struts in java?
Explain about the performance aspects of core java?
What is illegal identifier in java?
What is udp in java?
What is the effect of keeping a constructor private?
What are parameters in a method?
Is a method a function?
What does indexof return in java?
What type of language is java?
What is string and example?
What do you mean by singleton class in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is stack class in java?
What are the main differences between the java platform and other platforms?
Can a class be declared as static?