AudioManager.ActivePlaybackConfigurations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current active audio playback configurations of the device
public virtual System.Collections.Generic.IList<Android.Media.AudioPlaybackConfiguration> ActivePlaybackConfigurations { [Android.Runtime.Register("getActivePlaybackConfigurations", "()Ljava/util/List;", "GetGetActivePlaybackConfigurationsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getActivePlaybackConfigurations", "()Ljava/util/List;", "GetGetActivePlaybackConfigurationsHandler", ApiSince=26)>]
member this.ActivePlaybackConfigurations : System.Collections.Generic.IList<Android.Media.AudioPlaybackConfiguration>
Property Value
a non-null list of playback configurations. An empty list indicates there is no playback active when queried.
- Attributes
Remarks
Returns the current active audio playback configurations of the device
Java documentation for android.media.AudioManager.getActivePlaybackConfigurations()
.
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.