Fmt

data class Fmt(var formatTag: Int = -1, var channels: Int = 2, var samplesPerSec: Int = 44100, var avgBytesPerSec: Long = 0, var blockAlign: Int = 0, var bitsPerSample: Int = 0)

Constructors

Link copied to clipboard
constructor(formatTag: Int = -1, channels: Int = 2, samplesPerSec: Int = 44100, avgBytesPerSec: Long = 0, blockAlign: Int = 0, bitsPerSample: Int = 0)

Properties

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