MediaRouter.UserRouteInfo.SetPlaybackStream Method

Definition

Overloads

SetPlaybackStream(Int32)
Obsolete.
SetPlaybackStream(Stream)

Defines over what stream type the media is presented.

SetPlaybackStream(Int32)

Caution

Use SetPlaybackStream(Android.Media.Stream)

[System.Obsolete("Use SetPlaybackStream(Android.Media.Stream)")]
public void SetPlaybackStream (int stream);
[<System.Obsolete("Use SetPlaybackStream(Android.Media.Stream)")>]
member this.SetPlaybackStream : int -> unit

Parameters

stream
Int32
Attributes

Remarks

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

SetPlaybackStream(Stream)

Defines over what stream type the media is presented.

[Android.Runtime.Register("setPlaybackStream", "(I)V", "GetSetPlaybackStream_IHandler")]
public virtual void SetPlaybackStream (Android.Media.Stream stream);
[<Android.Runtime.Register("setPlaybackStream", "(I)V", "GetSetPlaybackStream_IHandler")>]
abstract member SetPlaybackStream : Android.Media.Stream -> unit
override this.SetPlaybackStream : Android.Media.Stream -> unit

Parameters

stream
Stream

stream

Attributes

Remarks

Defines over what stream type the media is presented.

Java documentation for android.media.MediaRouter.UserRouteInfo.setPlaybackStream(int).

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