RemoteConnection.VideoProvider.SendSessionModifyRequest 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.
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
.
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.