Compartir a través de


RemoteConnection.Callback.OnVideoStateChanged Método

Definición

Indica que el estado de vídeo de esto RemoteConnection ha cambiado.

[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

Parámetros

connection
RemoteConnection

La RemoteConnection invocación de este método.

videoState
VideoProfileState

Nuevo estado de vídeo de RemoteConnection.

Atributos

Comentarios

Indica que el estado de vídeo de esto RemoteConnection ha cambiado. Vea #getVideoState().

Documentación de Java para android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a