public class MicrophoneStreamingSetting
extends java.lang.Object
Constructor and Description |
---|
MicrophoneStreamingSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAudioPtsOptimizeEnabled() |
boolean |
isBluetoothSCOEnabled()
Gets the flag if enable the BluetoothSCO.
|
MicrophoneStreamingSetting |
setAudioPtsOptimizeEnabled(boolean enabled) |
MicrophoneStreamingSetting |
setBluetoothSCOEnabled(boolean enabled)
Enable or disable the BluetoothSCO.
|
public MicrophoneStreamingSetting setBluetoothSCOEnabled(boolean enabled)
enabled
- true means enable the BluetoothSCO; false means disable.public boolean isBluetoothSCOEnabled()
public MicrophoneStreamingSetting setAudioPtsOptimizeEnabled(boolean enabled)
public boolean isAudioPtsOptimizeEnabled()