Sprache

RemoteConnection.Callback.OnVideoStateChanged Methode

Definition

Gibt an, dass sich der Videostatus geändert RemoteConnection hat.

[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

Parameter

connection
RemoteConnection

Das RemoteConnection Aufrufen dieser Methode.

videoState
VideoProfileState

Der neue Videozustand der RemoteConnection.

Attribute

Hinweise

Gibt an, dass sich der Videostatus geändert RemoteConnection hat. Siehe #getVideoState().

Java Dokumentation für android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: