KwzMeta
Defined in: src/parsers/KwzParser.ts:156
KWZ file metadata, stores information about its playback, author details, etc
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
creationTimestamp | Date | Date representing when the file was created | - |
lock | boolean | File lock state. Locked Flipnotes cannot be edited by anyone other than the current author | FlipnoteMeta .lock |
loop | boolean | Playback loop state. If true , playback will loop once the end is reached | FlipnoteMeta .loop |
advancedTools | boolean | If true , the Flipnote was created using the “Advanced” toolset. This is only used by KWZ files. | FlipnoteMeta .advancedTools |
isSpinoff | boolean | Spinoffs are remixes of another user’s Flipnote | FlipnoteMeta .isSpinoff |
frameCount | number | Total number of animation frames | FlipnoteMeta .frameCount |
frameSpeed | number | In-app frame playback speed | FlipnoteMeta .frameSpeed |
thumbIndex | number | Index of the animation frame used as the Flipnote’s thumbnail image | FlipnoteMeta .thumbIndex |
timestamp | Date | Date representing when the file was last edited | FlipnoteMeta .timestamp |
duration | number | Flipnote duration measured in seconds, assuming normal playback speed | FlipnoteMeta .duration |
root | FlipnoteVersion | Metadata about the author of the original Flipnote file | FlipnoteMeta .root |
parent | FlipnoteVersion | Metadata about the previous author of the Flipnote file | FlipnoteMeta .parent |
current | FlipnoteVersion | Metadata about the current author of the Flipnote file | FlipnoteMeta .current |