共用方式為


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 屬性授權中所述的詞彙使用。

適用於