MediaController.PlaybackInfo.PlaybackType Property

Definition

Get the type of playback which affects volume handling.

public Android.Media.MediaPlaybackType PlaybackType { [Android.Runtime.Register("getPlaybackType", "()I", "")] get; }
[<get: Android.Runtime.Register("getPlaybackType", "()I", "")>]
member this.PlaybackType : Android.Media.MediaPlaybackType

Property Value

The type of playback this session is using.

Attributes

Remarks

Get the type of playback which affects volume handling. One of: <ul> <li>#PLAYBACK_TYPE_LOCAL</li> <li>#PLAYBACK_TYPE_REMOTE</li> </ul>

Java documentation for android.media.session.MediaController.PlaybackInfo.getPlaybackType().

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