| Package | qnx.system |
| Class | public class AudioOutput |
| Inheritance | AudioOutput Object |
AudioOutput class contains the constants that define the output channels of the device (speaker and headphone).
See also
| Constant | Defined By | ||
|---|---|---|---|
| HEADPHONES : String = headphone [static]
A constant indicating the headphone channel. | AudioOutput | ||
| SPEAKERS : String = speaker [static]
A constant indicating the speaker channel. | AudioOutput | ||
| HEADPHONES | Constant |
public static const HEADPHONES:String = headphoneA constant indicating the headphone channel.
| SPEAKERS | Constant |
public static const SPEAKERS:String = speakerA constant indicating the speaker channel.