pub struct Subtitle(pub Opened);Tuple Fields§
§0: Opened实现§
Methods from Deref<Target = Opened>§
pub fn send_packet<P: Ref>(&mut self, packet: &P) -> Result<(), Error>
源代码pub fn send_eof(&mut self) -> Result<(), Error>
pub fn send_eof(&mut self) -> Result<(), Error>
Sends a NULL packet to the decoder to signal end of stream and enter draining mode.