AudioOutput
Package | qnx.system |
Class | public class AudioOutput |
Inheritance | AudioOutput ![]() |
The
AudioOutput
class contains the constants that define the output channels of the device (speaker and headphone).
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
See also
Public Constants
Constant | Defined By | ||
---|---|---|---|
A2DP : String = a2dp [static]
A constant indicating the a2dp channel. | AudioOutput | ||
BT_SCO : String = btsco [static]
A constant indicating the bluetooth sco channel. | AudioOutput | ||
HAC : String = hac [static]
A constant indicating the hac channel. | AudioOutput | ||
HANDSET : String = handset [static]
A constant indicating the handset channel. | AudioOutput | ||
HDMI : String = hdmi [static]
A constant indicating the hdmi channel. | AudioOutput | ||
HEADPHONES : String = headphone [static]
A constant indicating the headphone channel. | AudioOutput | ||
HEADSET : String = headset [static]
A constant indicating the headset channel. | AudioOutput | ||
SPEAKERS : String = speaker [static]
A constant indicating the speaker channel. | AudioOutput |
Constant Detail
A2DP
public static const A2DP:String = a2dp |
A constant indicating the a2dp channel.
BT_SCO
public static const BT_SCO:String = btsco |
A constant indicating the bluetooth sco channel.
HAC
public static const HAC:String = hac |
A constant indicating the hac channel.
HANDSET
public static const HANDSET:String = handset |
A constant indicating the handset channel.
HDMI
public static const HDMI:String = hdmi |
A constant indicating the hdmi channel.
HEADPHONES
public static const HEADPHONES:String = headphone |
A constant indicating the headphone channel.
HEADSET
public static const HEADSET:String = headset |
A constant indicating the headset channel.
SPEAKERS
public static const SPEAKERS:String = speaker |
A constant indicating the speaker channel.