AutomationRate

@Serializable(with = AutomationRateSerializer::class)
sealed interface AutomationRate

Enum of AudioParam::AutomationRate from the spec

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AutomationRateSerializer::class)
data object aRate : AutomationRate
Link copied to clipboard
@Serializable(with = AutomationRateSerializer::class)
data object kRate : AutomationRate
Link copied to clipboard
@Serializable(with = AutomationRateSerializer::class)
data class NotDefinedInProtocol(val value: String) : AutomationRate

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).