MediaRouter.UserRouteInfo.SetPlaybackStream Method
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.
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.