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 ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象