AnimationControlChunk

acTL chunk direct representation

struct AnimationControlChunk {
uint num_frames;
uint num_plays;
}

Members

Functions

toChunkPayload
ubyte[] toChunkPayload(ubyte[] buffer)

Adds it to a chunk payload buffer, returning the slice of buffer actually used Used internally by the writeApngToFile family of functions.

Meta