AudioManager.ScoAudioStateError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.ScoAudioState enum directly instead of this field.

状態の取得中にエラーが発生したことを示す追加のEXTRA_SCO_AUDIO_STATEの値

[Android.Runtime.Register("SCO_AUDIO_STATE_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ScoAudioState enum directly instead of this field.", true)]
public const Android.Media.ScoAudioState ScoAudioStateError = -1;
[<Android.Runtime.Register("SCO_AUDIO_STATE_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ScoAudioState enum directly instead of this field.", true)>]
val mutable ScoAudioStateError : Android.Media.ScoAudioState

フィールド値

Value = -1
属性

注釈

状態の取得中にエラーが発生したことを示す追加のEXTRA_SCO_AUDIO_STATEの値

の Java ドキュメント android.media.AudioManager.SCO_AUDIO_STATE_ERROR

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

適用対象