VorbisUtil.VorbisIdHeader
class VorbisUtil.VorbisIdHeader
Vorbis identification header.
See the Vorbis spec/Identification header
Summary
Public constructors |
|---|
Public properties |
|
|---|---|
Int |
The |
Int |
The |
Int |
The |
Int |
The |
Int |
The |
Int |
The |
ByteArray<Byte>! |
The raw header data. |
Boolean |
The |
Int |
The |
Int |
The |
Public constructors
VorbisIdHeader
VorbisIdHeader(
version: Int,
channels: Int,
sampleRate: Int,
bitrateMaximum: Int,
bitrateNominal: Int,
bitrateMinimum: Int,
blockSize0: Int,
blockSize1: Int,
framingFlag: Boolean,
data: ByteArray!
)
| Parameters | |
|---|---|
version: Int |
See |
channels: Int |
See |
sampleRate: Int |
See |
bitrateMaximum: Int |
See |
bitrateNominal: Int |
See |
bitrateMinimum: Int |
See |
blockSize0: Int |
See |
blockSize1: Int |
See |
framingFlag: Boolean |
See |
data: ByteArray! |
See |
Public properties
bitrateMaximum
val bitrateMaximum: Int
The bitrate_maximum field, or NO_VALUE if not greater than zero.
bitrateMinimum
val bitrateMinimum: Int
The bitrate_minimum field, or NO_VALUE if not greater than zero.
bitrateNominal
val bitrateNominal: Int
The bitrate_nominal field, or NO_VALUE if not greater than zero.