Hierarchy

  • Error
    • SEIExtractorError

Constructors

  • Parameters

    • context: "message" | "byteStream" | "psManager" | "nalu" | "missingPs"

      source of the error:

      • byteStream (when slicing/parsing NALUs from the byte stream)
      • psManager (when SetManager was preprocessing a NALU),
      • nalu (when parsing the SEI NALU itself)
      • message (when parsing a SEI message)
      • missingPs (parsing failed due to missing SPS/PPS)

      unstable, treat with care.

    • cause: unknown

      original error

    Returns SEIExtractorError

Properties

cause: unknown

original error

context: "message" | "byteStream" | "psManager" | "nalu" | "missingPs"

source of the error:

  • byteStream (when slicing/parsing NALUs from the byte stream)
  • psManager (when SetManager was preprocessing a NALU),
  • nalu (when parsing the SEI NALU itself)
  • message (when parsing a SEI message)
  • missingPs (parsing failed due to missing SPS/PPS)

unstable, treat with care.

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Parameters

    • context: "message" | "byteStream" | "psManager" | "nalu" | "missingPs"

    Returns string

Generated using TypeDoc