다음을 통해 공유


MediaRouter.RouteInfo.PlaybackVolumeFixed 필드

정의

주의

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

재생 볼륨이 고정되었음을 나타내는 재생 정보( i. e. 이 개체에서 제어할 수 없습니다.

[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

필드 값

Value = 0
특성

설명

재생 볼륨이 고정되었음을 나타내는 재생 정보( i. e. 이 개체에서 제어할 수 없습니다. 고정 재생 볼륨의 예로는 사용자가 원본에서 감쇠하는 대신 HDMI 싱크의 볼륨을 제어하는 것을 선호하는 HDMI를 통해 재생하는 원격 플레이어가 있습니다.

에 대한 android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXEDJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상