RemoteConnection.VideoProvider.Callback.OnPeerDimensionsChanged 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.
Reports a change in the peer video dimensions received from the Connection.VideoProvider associated with a RemoteConnection.
[Android.Runtime.Register("onPeerDimensionsChanged", "(Landroid/telecom/RemoteConnection$VideoProvider;II)V", "GetOnPeerDimensionsChanged_Landroid_telecom_RemoteConnection_VideoProvider_IIHandler", ApiSince=23)]
public virtual void OnPeerDimensionsChanged(Android.Telecom.RemoteConnection.VideoProvider videoProvider, int width, int height);
[<Android.Runtime.Register("onPeerDimensionsChanged", "(Landroid/telecom/RemoteConnection$VideoProvider;II)V", "GetOnPeerDimensionsChanged_Landroid_telecom_RemoteConnection_VideoProvider_IIHandler", ApiSince=23)>]
abstract member OnPeerDimensionsChanged : Android.Telecom.RemoteConnection.VideoProvider * int * int -> unit
override this.OnPeerDimensionsChanged : Android.Telecom.RemoteConnection.VideoProvider * int * int -> unit
Parameters
- videoProvider
- RemoteConnection.VideoProvider
The RemoteConnection.VideoProvider invoking this method.
- width
- Int32
The updated peer video width.
- height
- Int32
The updated peer video height.
- Attributes
Remarks
Reports a change in the peer video dimensions received from the Connection.VideoProvider associated with a RemoteConnection.
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.