AudioDecibelCheckOptions

data class AudioDecibelCheckOptions(val name: String, val audioDecibels: List<AudioDecibels> = emptyList(), val barColor: Int = 0xFFE82E2E.toInt(), val waveformColor: Int = 0xFF4CAF50.toInt(), val customStyle: Map<String, Any> = emptyMap())

AudioDecibelCheck - Displays audio waveform animation based on decibel levels.

Shows animated waveform bars that respond to audio levels for visual feedback.

Constructors

Link copied to clipboard
constructor(name: String, audioDecibels: List<AudioDecibels> = emptyList(), barColor: Int = 0xFFE82E2E.toInt(), waveformColor: Int = 0xFF4CAF50.toInt(), customStyle: Map<String, Any> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard