MediaRouter.RouteInfo.PlaybackVolumeFixed Field

Definition

Caution

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

Playback information indicating the playback volume is fixed, i.e. it cannot be controlled from this object.

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

Field Value

Value = 0
Attributes

Remarks

Playback information indicating the playback volume is fixed, i&#46;e&#46; it cannot be controlled from this object. An example of fixed playback volume is a remote player, playing over HDMI where the user prefers to control the volume on the HDMI sink, rather than attenuate at the source.

Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to