Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
|
| Chapter 12 Self Test |
| 1. | What node is used to hold a MediaPlayer? |
| 2. | What package contains all the nodes needed to work with media files? |
| 3. | What property of the MediaPlayer tells the media file to play once it has loaded? |
| 4. | What media formats can the MediaPlayer play? |
| 5. | What property of the MediaPlayer will pause media playback? |
| 6. | True or false? MediaPlayer.mediaLength() will give you the total running time of a media file. |
| 7. | What type is MediaPlayer.currentTime? |
| 8. | What type of binding allows for bidirectional updating? |
| 9. | True or false? Using inverse binding, you can bind directly to a value. |
| 10. | What property of MediaPlayer can you bind to in controlling the playback volume? |