AudioManager.AudiofocusLossTransient フィールド

定義

注意事項

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

オーディオ フォーカスの一時的な損失を示すために使用されます。

[Android.Runtime.Register("AUDIOFOCUS_LOSS_TRANSIENT")]
[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 AudiofocusLossTransient = -2;
[<Android.Runtime.Register("AUDIOFOCUS_LOSS_TRANSIENT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioFocus enum directly instead of this field.", true)>]
val mutable AudiofocusLossTransient : Android.Media.AudioFocus

フィールド値

Value = -2
属性

注釈

オーディオ フォーカスの一時的な損失を示すために使用されます。

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

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

適用対象