The flash.media package contains classes for working with multimedia assets such as sound and video. It also contains the video and audio classes available in Flash Communication Server.
Functions
Function | Description | |
---|---|---|
scanHardware | Forces a rescan of the microphones and cameras on the system. |
Classes
Class | Description | |
---|---|---|
Camera | Use the Camera class to capture video from the client system's camera. | |
CameraRoll | The CameraRoll class allows you to save image data to a system's "camera roll." This class is only supported in mobile profile AIR applications. | |
ID3Info | The ID3Info class contains properties that reflect ID3 metadata. | |
Microphone | Use the Microphone class to capture audio from a microphone. | |
Sound | The Sound class lets you work with sound in an application. | |
SoundChannel | The SoundChannel class controls a sound in an application. | |
SoundCodec | The SoundCodec class is an enumeration of constant values used in setting the codec property of the Microphone class. | |
SoundLoaderContext | The SoundLoaderContext class provides security checks for files that load sound. | |
SoundMixer | The SoundMixer class contains static properties and methods for global sound control in the application. | |
SoundTransform | The SoundTransform class contains properties for volume and panning. | |
Video | The Video class displays live or recorded video in an application without embedding the video in your SWF file. |
Thu May 20 2010, 02:32 AM -07:00