taglib-ts
    Preparing search index...

    Class Mp4Atom

    Index

    Properties

    children: Mp4Atom[]
    headerSize: number
    length: number
    name: string
    offset: number

    Methods

    • Parameters

      • delta: number

      Returns void

    • Navigate children by successive names. find("mdia", "hdlr") finds child "mdia", then its child "hdlr".

      Parameters

      • ...names: string[]

      Returns Mp4Atom | null

    • Collect all descendants (optionally recursive) matching name.

      Parameters

      • name: string
      • recursive: boolean = false

      Returns Mp4Atom[]

    • Build a path from this atom through children matching successive names. Returns true if the full path was found.

      Parameters

      • result: Mp4Atom[]
      • ...names: string[]

      Returns boolean