次の方法で共有


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()

の Java ドキュメントandroid.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象