AudioManager.AudiofocusRequestDelayed フィールド

定義

注意事項

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

許可が遅れているフォーカス変更要求: 要求は成功しましたが、要求者には、即時付与を妨げる条件が終了した後にのみオーディオ フォーカスが付与されます。

[Android.Runtime.Register("AUDIOFOCUS_REQUEST_DELAYED", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioFocusRequest enum directly instead of this field.", true)]
public const Android.Media.AudioFocusRequest AudiofocusRequestDelayed = 2;
[<Android.Runtime.Register("AUDIOFOCUS_REQUEST_DELAYED", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioFocusRequest enum directly instead of this field.", true)>]
val mutable AudiofocusRequestDelayed : Android.Media.AudioFocusRequest

フィールド値

Value = 2
属性

注釈

許可が遅れているフォーカス変更要求: 要求は成功しましたが、要求者には、即時付与を妨げる条件が終了した後にのみオーディオ フォーカスが付与されます。 「#requestAudioFocus(AudioFocusRequest)」および「AudioFocusRequest.Builder#setAcceptsDelayedFocusGain(boolean)」を参照してください。

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

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

適用対象