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

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

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