InCallService.VideoCall.Callback.OnVideoQualityChanged(VideoQuality) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.