次の方法で共有


MediaRoute2ProviderService.AllSessionInfo Property

Definition

Gets the list of RoutingSessionInfo session info that the provider service maintains.

public System.Collections.Generic.IList<Android.Media.RoutingSessionInfo> AllSessionInfo { [Android.Runtime.Register("getAllSessionInfo", "()Ljava/util/List;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getAllSessionInfo", "()Ljava/util/List;", "", ApiSince=30)>]
member this.AllSessionInfo : System.Collections.Generic.IList<Android.Media.RoutingSessionInfo>

Property Value

Attributes

Remarks

Gets the list of RoutingSessionInfo session info that the provider service maintains.

Java documentation for android.media.MediaRoute2ProviderService.getAllSessionInfo().

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