[][src]Struct ffmpeg::codec::decoder::subtitle::Subtitle

pub struct Subtitle(pub Opened);

Implementations

impl Subtitle[src]

pub fn decode<P: Ref>(
    &mut self,
    packet: &P,
    out: &mut Subtitle
) -> Result<bool, Error>
[src]

Methods from Deref<Target = Opened>

pub fn bit_rate(&self) -> usize[src]

pub fn delay(&self) -> usize[src]

pub fn profile(&self) -> Profile[src]

pub fn frame_rate(&self) -> Option<Rational>[src]

pub fn flush(&mut self)[src]

Trait Implementations

impl AsMut<Context> for Subtitle[src]

impl AsRef<Context> for Subtitle[src]

impl Deref for Subtitle[src]

type Target = Opened

The resulting type after dereferencing.

impl DerefMut for Subtitle[src]

Auto Trait Implementations

impl !RefUnwindSafe for Subtitle

impl Send for Subtitle

impl !Sync for Subtitle

impl Unpin for Subtitle

impl !UnwindSafe for Subtitle

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.