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