AudioManager.AudiofocusLoss フィールド

定義

注意事項

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

不明な継続時間のオーディオ フォーカスの損失を示すために使用されます。

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

フィールド値

Value = -1
属性

注釈

不明な継続時間のオーディオ フォーカスの損失を示すために使用されます。

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

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

適用対象