| Package | com.noteflight.standingwave2.elements |
| Class | public class AudioDescriptor |
| Inheritance | AudioDescriptor Object |
| Property | Defined By | ||
|---|---|---|---|
| channels : uint [read-only] Number of channels | AudioDescriptor | ||
| rate : uint [read-only] Sampling rate in Hz | AudioDescriptor | ||
| Method | Defined By | ||
|---|---|---|---|
AudioDescriptor(rate:uint, channels:uint) | AudioDescriptor | ||
| Constant | Defined By | ||
|---|---|---|---|
| CHANNELS_MONO : uint = 1 [static] | AudioDescriptor | ||
| CHANNELS_STEREO : uint = 2 [static] | AudioDescriptor | ||
| RATE_11025 : uint = 11025 [static] | AudioDescriptor | ||
| RATE_16000 : uint = 16000 [static] | AudioDescriptor | ||
| RATE_22050 : uint = 22050 [static] | AudioDescriptor | ||
| RATE_44100 : uint = 44100 [static] | AudioDescriptor | ||
| RATE_5512 : uint = 5512 [static] | AudioDescriptor | ||
| RATE_8000 : uint = 8000 [static] | AudioDescriptor | ||
| channels | property |
channels:uint [read-only] Number of channels
public function get channels():uint| rate | property |
rate:uint [read-only] Sampling rate in Hz
public function get rate():uint| AudioDescriptor | () | Constructor |
public function AudioDescriptor(rate:uint, channels:uint)rate:uint (default = NaN) | |
channels:uint (default = NaN) |
| CHANNELS_MONO | Constant |
public static const CHANNELS_MONO:uint = 1| CHANNELS_STEREO | Constant |
public static const CHANNELS_STEREO:uint = 2| RATE_11025 | Constant |
public static const RATE_11025:uint = 11025| RATE_16000 | Constant |
public static const RATE_16000:uint = 16000| RATE_22050 | Constant |
public static const RATE_22050:uint = 22050| RATE_44100 | Constant |
public static const RATE_44100:uint = 44100| RATE_5512 | Constant |
public static const RATE_5512:uint = 5512| RATE_8000 | Constant |
public static const RATE_8000:uint = 8000