Struct gif::StreamingDecoder [−][src]
pub struct StreamingDecoder { /* fields omitted */ }
Expand description
GIF decoder which supports streaming
Implementations
Creates a new streaming decoder
Updates the internal state of the decoder.
Returns the number of bytes consumed from the input buffer and the last decoding result.
Returns the data of the last extension that has been decoded.
Current frame info as a mutable ref.
Current frame info as a ref.
Trait Implementations
Sets self
as a parameter of Object
.