RemoteConnection.GetVideoProvider Method

Definition

Obtains the video provider of this RemoteConnection.

[Android.Runtime.Register("getVideoProvider", "()Landroid/telecom/RemoteConnection$VideoProvider;", "", ApiSince=23)]
public Android.Telecom.RemoteConnection.VideoProvider? GetVideoProvider ();
[<Android.Runtime.Register("getVideoProvider", "()Landroid/telecom/RemoteConnection$VideoProvider;", "", ApiSince=23)>]
member this.GetVideoProvider : unit -> Android.Telecom.RemoteConnection.VideoProvider

Returns

The video provider associated with this RemoteConnection.

Attributes

Remarks

Java documentation for android.telecom.RemoteConnection.getVideoProvider().

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