Share via


RemoteConnection.VideoProvider.SendSessionModifyRequest Method

Definition

Issues a request to modify the properties of the current video session for the RemoteConnection.VideoProvider.

[Android.Runtime.Register("sendSessionModifyRequest", "(Landroid/telecom/VideoProfile;Landroid/telecom/VideoProfile;)V", "GetSendSessionModifyRequest_Landroid_telecom_VideoProfile_Landroid_telecom_VideoProfile_Handler", ApiSince=23)]
public virtual void SendSessionModifyRequest (Android.Telecom.VideoProfile fromProfile, Android.Telecom.VideoProfile toProfile);
[<Android.Runtime.Register("sendSessionModifyRequest", "(Landroid/telecom/VideoProfile;Landroid/telecom/VideoProfile;)V", "GetSendSessionModifyRequest_Landroid_telecom_VideoProfile_Landroid_telecom_VideoProfile_Handler", ApiSince=23)>]
abstract member SendSessionModifyRequest : Android.Telecom.VideoProfile * Android.Telecom.VideoProfile -> unit
override this.SendSessionModifyRequest : Android.Telecom.VideoProfile * Android.Telecom.VideoProfile -> unit

Parameters

fromProfile
VideoProfile

The video profile prior to the request.

toProfile
VideoProfile

The video profile with the requested changes made.

Attributes

Remarks

Issues a request to modify the properties of the current video session for the RemoteConnection.VideoProvider.

Java documentation for android.telecom.RemoteConnection.VideoProvider.sendSessionModifyRequest(android.telecom.VideoProfile, android.telecom.VideoProfile).

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