Enum imbe::descramble::Bootstrap [] [src]

pub enum Bootstrap {
    Period(u8),
    Silence,
    Invalid,
}

Decodes the bootstrap value b0.

Variants

Frame contains voiced/unvoiced data derived from enclosed b0 parameter.

Frame is silence.

Invalid b0 value was detected.

Methods

impl Bootstrap
[src]

[src]

Parse a Bootstrap value from the given chunks.

Trait Implementations

impl Copy for Bootstrap
[src]

impl Clone for Bootstrap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more