다음을 통해 공유


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()을 참조하세요.

에 대한 android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상