| | Class | Description |
| | AudioClip |
The AudioClip class extends the EventDispatcher class and wraps the
Sound, SoundChannel, SoundLoaderContext and SoundTransform classes. |
| | IconButton |
The IconButton class extends Label button. |
| | MediaController |
Implements IMediaController. |
| | MediaControlsView |
MediaControlsView extends UIComponent. |
| | MediaInfoView |
MediaInfoView extends MediaView. |
| | MediaScrubberView |
MediaScrubber extends MediaView implements IMediaView and creates a slider to control
cueing and rewinding for a media clip. |
| | MediaView |
MediaView is an abstract class that extends UIComponent, implements
the IMediaView interface and defines the functionality for a MediaView class. |
| | MuteToggleButton |
MuteToggleButton extends MediaView and creates an IconButton to toggle
the mute state of a media clip. |
| | PlayPauseToggleButton |
PlayPauseToggleButton extends MediaView and creates an IconButton to toggle
the playing state of a media clip. |
| | VolumeSlider |
VolumeSlider extends MediaView implements IMediaView and creates a slider to control
volume for a media clip. |