There are seven sound streams identified by AudioManager constants. The music stream ________ is recommended for sound in games, because this stream’s volume can be controlled via the device’s buttons.
a. AudioManager.STREAM
b. AudioManager.MUSIC
c. AudioManager.STREAM_MUSIC
d. AudioManager.SYMPHONY
c. AudioManager.STREAM_MUSIC
Computer Science & Information Technology
You might also like to view...
The Validation Rule Like "[A-Z*@[A-Z].gov" specifies that a Web site must be a(n) ________ one
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is wrong with this call statement? PrintName(string name);
A. It’s missing “void”. B. The datatype should be removed. C. The semicolon should be removed. D. Nothing is wrong with it.
Computer Science & Information Technology