[][src]Struct gstreamer::TypeFind

#[repr(C)]
pub struct TypeFind<'a>(_, _);

Methods

impl<'a> TypeFind<'a>[src]

pub fn register<'b, 'c, 'd, P: Into<Option<&'b Plugin>>, R: Into<Option<&'c str>>, S: Into<Option<&'d Caps>>, F>(
    plugin: P,
    name: &str,
    rank: u32,
    extensions: R,
    possible_caps: S,
    func: F
) -> Result<(), BoolError> where
    F: Fn(&mut TypeFind) + Send + Sync + 'static, 
[src]

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

pub fn suggest(&mut self, probability: TypeFindProbability, caps: &Caps)[src]

Trait Implementations

impl<'a> Send for TypeFind<'a>[src]

impl<'a> Debug for TypeFind<'a>[src]

Auto Trait Implementations

impl<'a> !Sync for TypeFind<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.