RemoteConnection.Callback.OnVideoStateChanged 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 video state of this RemoteConnection
has changed.
[Android.Runtime.Register("onVideoStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnVideoStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)]
public virtual void OnVideoStateChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register("onVideoStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnVideoStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)>]
abstract member OnVideoStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.VideoProfileState -> unit
override this.OnVideoStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.VideoProfileState -> unit
Parameters
- connection
- RemoteConnection
The RemoteConnection
invoking this method.
- videoState
- VideoProfileState
The new video state of the RemoteConnection
.
- Attributes
Remarks
Indicates that the video state of this RemoteConnection
has changed. See #getVideoState()
.
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.