Struct png::AnimationControl
[−]
[src]
pub struct AnimationControl {
pub num_frames: u32,
pub num_plays: u32,
}Animation control information
Fields
num_frames | Number of frames |
num_plays | Number of times to loop this APNG. 0 indicates infinite looping. |