Language

InCallService.VideoCall.Callback.OnVideoQualityChanged(VideoQuality) Method

Definition

Handles a change to the video quality.

[Android.Runtime.Register("onVideoQualityChanged", "(I)V", "GetOnVideoQualityChanged_IHandler", ApiSince=23)]
public abstract void OnVideoQualityChanged(Android.Telecom.VideoQuality videoQuality);
[<Android.Runtime.Register("onVideoQualityChanged", "(I)V", "GetOnVideoQualityChanged_IHandler", ApiSince=23)>]
abstract member OnVideoQualityChanged : Android.Telecom.VideoQuality -> unit

Parameters

videoQuality
VideoQuality

The updated peer video quality. Valid values: VideoProfile.QUALITY_HIGH, VideoProfile.QUALITY_MEDIUM, VideoProfile.QUALITY_LOW, VideoProfile.QUALITY_DEFAULT.

Attributes

Remarks

Handles a change to the video quality.

Callback originates from Connection.VideoProvider.changeVideoQuality(int).

Android reference for android.telecom.InCallService.VideoCall.Callback.onVideoQualityChanged.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to