RemoteConnection.Callback.OnVideoProviderChanged 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.
Indicates that the VideoProvider associated with this RemoteConnection has changed.
[Android.Runtime.Register("onVideoProviderChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection$VideoProvider;)V", "GetOnVideoProviderChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConnection_VideoProvider_Handler", ApiSince=23)]
public virtual void OnVideoProviderChanged(Android.Telecom.RemoteConnection connection, Android.Telecom.RemoteConnection.VideoProvider videoProvider);
[<Android.Runtime.Register("onVideoProviderChanged", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection$VideoProvider;)V", "GetOnVideoProviderChanged_Landroid_telecom_RemoteConnection_Landroid_telecom_RemoteConnection_VideoProvider_Handler", ApiSince=23)>]
abstract member OnVideoProviderChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConnection.VideoProvider -> unit
override this.OnVideoProviderChanged : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConnection.VideoProvider -> unit
Parameters
- connection
- RemoteConnection
The RemoteConnection invoking this method.
- videoProvider
- RemoteConnection.VideoProvider
The new VideoProvider associated with this RemoteConnection.
- Attributes
Remarks
Indicates that the VideoProvider associated with this RemoteConnection has changed.
Android reference for android.telecom.RemoteConnection.Callback.onVideoProviderChanged.
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.