devela::_dep::symphonia::core::io

Trait FiniteBitStream

pub trait FiniteBitStream {
    // Required method
    fn bits_left(&self) -> u64 ;
}
Available on crate feature dep_symphonia only.
Expand description

A FiniteBitStream is a bit stream that has a known length in bits.

Required Methods§

fn bits_left(&self) -> u64

Gets the number of bits left unread.

Implementors§