AudioManager.StopBluetoothSco メソッド

定義

Bluetooth SCO オーディオ接続を停止します。

[Android.Runtime.Register("stopBluetoothSco", "()V", "GetStopBluetoothScoHandler")]
public virtual void StopBluetoothSco ();
[<Android.Runtime.Register("stopBluetoothSco", "()V", "GetStopBluetoothScoHandler")>]
abstract member StopBluetoothSco : unit -> unit
override this.StopBluetoothSco : unit -> unit
属性

注釈

Bluetooth SCO オーディオ接続を停止します。

アクセス許可が必要です: Manifest.permission#MODIFY_AUDIO_SETTINGS

このメソッドは、SCO 接続が完了したとき、または接続が失敗した場合に、 で #startBluetoothSco() Bluetooth SCO オーディオの使用を要求したアプリケーションによって呼び出される必要があります。

このメンバーは非推奨とされます。 代わりに、AudioManager#clearCommunicationDevice() を使用してください。

android.media.AudioManager.stopBluetoothSco()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

こちらもご覧ください