Skip to content

KwzPlaylist

Defined in: src/parsers/playlist/KwzPlaylist.ts:9

Parses .lst playlist files from Flipnote Studio 3D.

File format documentation is at https://github.com/Flipnote-Collective/flipnote-studio-3d-docs/wiki/lst-format

Extends

  • BasePlaylistParser

Constructors

new KwzPlaylist()

new KwzPlaylist(buffer): KwzPlaylist

Defined in: src/parsers/playlist/KwzPlaylist.ts:13

Parameters

ParameterType
bufferArrayBufferLike

Returns

KwzPlaylist

Overrides

BasePlaylistParser.constructor

Accessors

bytes

Get Signature

get bytes(): Uint8Array

Defined in: src/utils/DataStream.ts:41

Returns the data as an Uint8Array of bytes.

Returns

Uint8Array

Inherited from

BasePlaylistParser.bytes


numBytes

Get Signature

get numBytes(): number

Defined in: src/utils/DataStream.ts:48

Returns the total number of bytes in the data.

Returns

number

Inherited from

BasePlaylistParser.numBytes

Properties

entries

entries: Path[] = []

Defined in: src/parsers/playlist/Base.ts:52

List of filepaths in the playlist.

Inherited from

BasePlaylistParser.entries


format

format: FlipnoteFormat = FlipnoteFormat.KWZ

Defined in: src/parsers/playlist/KwzPlaylist.ts:11

Overrides

BasePlaylistParser.format

Methods

addEntry()

addEntry(full): void

Defined in: src/parsers/playlist/Base.ts:58

Parameters

ParameterType
fullstring

Returns

void

Inherited from

BasePlaylistParser.addEntry


end()

end(): boolean

Defined in: src/utils/DataStream.ts:253

Returns

boolean

Inherited from

BasePlaylistParser.end