WavFormat

sealed class WavFormat

Specify the file format for your wave audio output. To use a RIFF wave format: Keep the default value, RIFF. If your output audio is likely to exceed 4GB in file size, or if you otherwise need the extended support of the RF64 format: Choose RF64. If your player only supports the extensible wave format: Choose Extensible.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
object Rf64 : WavFormat
Link copied to clipboard
object Riff : WavFormat
Link copied to clipboard
data class SdkUnknown(val value: String) : WavFormat

Properties

Link copied to clipboard
abstract val value: String