ImgAnimationDecoderPointerEx extension

on

Methods

close() → bool image

Available on Pointer<ImgAnimationDecoder>, provided by the ImgAnimationDecoderPointerEx extension

Close an animation decoder, finishing any decoding.
getFrame() → ({int duration, Pointer<SdlSurface> frame})? image

Available on Pointer<ImgAnimationDecoder>, provided by the ImgAnimationDecoderPointerEx extension

Get the next frame in an animation decoder.
getProperties() → int image

Available on Pointer<ImgAnimationDecoder>, provided by the ImgAnimationDecoderPointerEx extension

Get the properties of an animation decoder.
getStatus() → int image

Available on Pointer<ImgAnimationDecoder>, provided by the ImgAnimationDecoderPointerEx extension

Get the decoder status indicating the current state of the decoder.
reset() → bool image

Available on Pointer<ImgAnimationDecoder>, provided by the ImgAnimationDecoderPointerEx extension

Reset an animation decoder.