Connection.VideoProvider.ChangeVideoQuality(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.
Used to inform listening InCallService
implementations when the video quality
of the call has changed.
[Android.Runtime.Register("changeVideoQuality", "(I)V", "GetChangeVideoQuality_IHandler", ApiSince=23)]
public virtual void ChangeVideoQuality (Android.Telecom.VideoQuality videoQuality);
[<Android.Runtime.Register("changeVideoQuality", "(I)V", "GetChangeVideoQuality_IHandler", ApiSince=23)>]
abstract member ChangeVideoQuality : Android.Telecom.VideoQuality -> unit
override this.ChangeVideoQuality : Android.Telecom.VideoQuality -> unit
Parameters
- videoQuality
- VideoQuality
The updated video quality. Valid values:
VideoProfile#QUALITY_HIGH
,
VideoProfile#QUALITY_MEDIUM
,
VideoProfile#QUALITY_LOW
,
VideoProfile#QUALITY_DEFAULT
.
- Attributes
Remarks
Used to inform listening InCallService
implementations when the video quality of the call has changed.
Received by the InCallService
via InCallService.VideoCall.Callback#onVideoQualityChanged(int)
.
Java documentation for android.telecom.Connection.VideoProvider.changeVideoQuality(int)
.
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.