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.
SilenceFrame is silence.
InvalidInvalid b0 value was detected.