Builder


class Builder
kotlin.Any
   ↳ android.media.quality.SoundProfile.Builder

A builder for SoundProfile

Summary

Public constructors

Copy constructor of builder.

Builder(name: String)

Creates a new Builder.

Public methods
SoundProfile

Builds the instance.

SoundProfile.Builder

Sets profile parameters.

Public constructors

Builder

Builder(p: SoundProfile)

Copy constructor of builder.

Builder

Builder(name: String)

Creates a new Builder.

Public methods

build

fun build(): SoundProfile

Builds the instance.

setParameters

fun setParameters(params: PersistableBundle): SoundProfile.Builder

Sets profile parameters.