Interfaces
 InterfaceDescription
 IMediaClip The IMediaClip interface provides the methods and properties that a media clip requires.
 IMediaController The IMediaController interface provides the methods and properties that a media controller requires.
 IMediaView The IMediaView interface provides the methods and properties that a media view requires.
Classes
 ClassDescription
 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.