Enum imbe::descramble::Bootstrap
[−]
[src]
pub enum Bootstrap { Period(u8), Silence, Invalid, }
Decodes the bootstrap value b0.
Variants
Period(u8)
Frame contains voiced/unvoiced data derived from enclosed b0 parameter.
Silence
Frame is silence.
Invalid
Invalid b0 value was detected.