다음을 통해 공유


RouteListingPreference.Item.FlagOngoingSessionManaged 필드

정의

주의

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

해당 경로에서 진행 중인 세션이 앱의 현재 사용자가 관리한다는 신호를 표시합니다.

[Android.Runtime.Register("FLAG_ONGOING_SESSION_MANAGED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)]
public const Android.Media.RouteListingPreferenceFlags FlagOngoingSessionManaged = 2;
[<Android.Runtime.Register("FLAG_ONGOING_SESSION_MANAGED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RouteListingPreferenceFlags enum directly instead of this field.", true)>]
val mutable FlagOngoingSessionManaged : Android.Media.RouteListingPreferenceFlags

필드 값

Value = 2

구현

특성

설명

해당 경로에서 진행 중인 세션이 앱의 현재 사용자가 관리한다는 신호를 표시합니다.

시스템은 이 플래그를 사용하여 경로가 세션을 호스팅할 뿐만 아니라 사용자가 해당 세션에 대한 소유권을 가지고 있다는 시각적 표시를 제공할 수 있습니다.

이 플래그는 설정되지 않았거나 해당 경로가 현재 선택되지 않은 경우 무시 #FLAG_ONGOING_SESSION 됩니다.

이 플래그는 볼륨 조정(및 참조VolumeProviderMediaRoute2Info#getVolumeHandling()) 또는 해당 항목의 시각적 표현 이외의 측면에는 영향을 주지 않습니다.

에 대한 android.media.RouteListingPreference.Item.FLAG_ONGOING_SESSION_MANAGEDJava 설명서

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

적용 대상