[−][src]Struct ffmpeg_next::codec::decoder::subtitle::Subtitle
Implementations
impl Subtitle[src]
Methods from Deref<Target = Opened>
pub fn send_packet<P: Ref>(&mut self, packet: &P) -> Result<(), Error>[src]
pub fn send_eof(&mut self) -> Result<(), Error>[src]
Sends a NULL packet to the decoder to signal end of stream and enter draining mode.
pub fn receive_frame(&mut self, frame: &mut Frame) -> Result<(), Error>[src]
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.
pub fn deref(&self) -> &Self::Target[src]
impl DerefMut for Subtitle[src]
Auto Trait Implementations
impl !RefUnwindSafe for Subtitle[src]
impl Send for Subtitle[src]
impl !Sync for Subtitle[src]
impl Unpin for Subtitle[src]
impl !UnwindSafe for Subtitle[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,