MediaRoute2Info.FeatureRemoteAudioPlayback Field

Definition

Route feature: Remote audio playback.

[Android.Runtime.Register("FEATURE_REMOTE_AUDIO_PLAYBACK", ApiSince=30)]
public const string FeatureRemoteAudioPlayback;
[<Android.Runtime.Register("FEATURE_REMOTE_AUDIO_PLAYBACK", ApiSince=30)>]
val mutable FeatureRemoteAudioPlayback : string

Field Value

Implements

Attributes

Remarks

Route feature: Remote audio playback.

A route that supports remote audio playback routing will allow an application to send requests to play audio content remotely to supported destinations.

Java documentation for android.media.MediaRoute2Info.FEATURE_REMOTE_AUDIO_PLAYBACK.

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