RemoteConnection.Callback.OnVideoStateChanged 方法

定义

指示此 RemoteConnection 视频状态已更改。

[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

参数

connection
RemoteConnection

调用 RemoteConnection 此方法。

videoState
VideoProfileState

新视频状态 RemoteConnection

属性

注解

指示此 RemoteConnection 视频状态已更改。 请参阅 #getVideoState()

适用于 . 的 android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于