Type aliases
ChannelInfo
ChannelInfo: { data: ArrayBuffer; encoding: string; id: number; schema: string; schemaName: string; topic: string; type: "ChannelInfo" }
Type declaration
data: ArrayBuffer
encoding: string
id: number
schema: string
schemaName: string
topic: string
type: "ChannelInfo"
Chunk
Chunk: { compression: string; data: ArrayBuffer; decompressedCrc: number; decompressedSize: bigint; type: "Chunk" }
Type declaration
compression: string
data: ArrayBuffer
decompressedCrc: number
decompressedSize: bigint
type: "Chunk"
Footer
Footer: { indexCrc: number; indexPos: bigint; type: "Footer" }
Type declaration
indexCrc: number
indexPos: bigint
type: "Footer"
McapMagic
McapMagic: { formatVersion: 1; type: "Magic" }
Type declaration
formatVersion: 1
type: "Magic"
Message
Message
: { channelInfo
: ChannelInfo; data
: ArrayBuffer; timestamp
: bigint; type
: "Message" }Type declaration
data: ArrayBuffer
timestamp: bigint
type: "Message"