[][src]Trait gstreamer::TypeFindImpl

pub trait TypeFindImpl {
    fn peek(&mut self, offset: i64, size: u32) -> Option<&[u8]>;
fn suggest(&mut self, probability: TypeFindProbability, caps: &Caps); fn get_length(&self) -> Option<u64> { ... } }

Required methods

fn peek(&mut self, offset: i64, size: u32) -> Option<&[u8]>

fn suggest(&mut self, probability: TypeFindProbability, caps: &Caps)

Loading content...

Provided methods

fn get_length(&self) -> Option<u64>

Loading content...

Implementors

impl<T: AsRef<[u8]>> TypeFindImpl for SliceTypeFind<T>[src]

Loading content...