MediaRouter.RouteInfo.PlaybackVolumeVariable フィールド

定義

注意事項

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

再生ボリュームが可変であることを示す再生情報は、このオブジェクトから制御できます。

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

フィールド値

Value = 1
属性

注釈

再生ボリュームが可変であることを示す再生情報は、このオブジェクトから制御できます。

の Java ドキュメント android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE

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

適用対象