Поделиться через


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 и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к