JetPlayer.GetJetPlayer Method

Definition

Factory method for the JetPlayer class.

[Android.Runtime.Register("getJetPlayer", "()Landroid/media/JetPlayer;", "")]
public static Android.Media.JetPlayer? GetJetPlayer ();
[<Android.Runtime.Register("getJetPlayer", "()Landroid/media/JetPlayer;", "")>]
static member GetJetPlayer : unit -> Android.Media.JetPlayer

Returns

the singleton JetPlayer instance.

Attributes

Remarks

Factory method for the JetPlayer class.

Java documentation for android.media.JetPlayer.getJetPlayer().

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