Builder


class Builder
kotlin.Any
   ↳ android.media.quality.MediaQualityManager.ProfileQueryParams.Builder

A builder for ProfileQueryParams.

Summary

Public constructors

Public methods
MediaQualityManager.ProfileQueryParams

Builds the instance.

MediaQualityManager.ProfileQueryParams.Builder

Sets the query option to include parameters in the profile or not.

Public constructors

Builder

Builder()

Public methods

build

fun build(): MediaQualityManager.ProfileQueryParams

Builds the instance.

Return
MediaQualityManager.ProfileQueryParams This value cannot be null.

setParametersIncluded

fun setParametersIncluded(included: Boolean): MediaQualityManager.ProfileQueryParams.Builder

Sets the query option to include parameters in the profile or not.

The default value is false.

Return
MediaQualityManager.ProfileQueryParams.Builder This value cannot be null.