Class StreamAudioDevice
-
- All Implemented Interfaces:
public class StreamAudioDevice
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStreamAudioDevice.BluetoothHeadsetAn StreamAudioDevice representing a Bluetooth Headset.
public final classStreamAudioDevice.WiredHeadsetAn StreamAudioDevice representing a Wired Headset.
public final classStreamAudioDevice.EarpieceAn StreamAudioDevice representing the Earpiece.
public final classStreamAudioDevice.SpeakerphoneAn StreamAudioDevice representing the Speakerphone.
-
Method Summary
Modifier and Type Method Description abstract StringgetName()The friendly name of the device. abstract AudioDevicegetAudio()final static AudioDevicetoAudioDevice(StreamAudioDevice $self)final static StreamAudioDevicefromAudio(AudioDevice $self)-
-
Method Detail
-
getAudio
abstract AudioDevice getAudio()
-
toAudioDevice
final static AudioDevice toAudioDevice(StreamAudioDevice $self)
-
fromAudio
final static StreamAudioDevice fromAudio(AudioDevice $self)
-
-
-
-