Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PxDuration

Hierarchy

Index

Properties

Optional Readonly negative

negative: PxDuration | null

Optional Readonly value

value: Int64 | null

Methods

toSamples

  • toSamples(sampleRate: number): Int64
  • Parameters

    • sampleRate: number

    Returns Int64

toStringWithFrameRate

  • toStringWithFrameRate(frameRate: "23.976nd" | "24nd" | "25nd" | "29.97d" | "29.97nd" | "30nd" | "50nd" | "59.94d" | "59.94nd" | "60nd"): string
  • Parameters

    • frameRate: "23.976nd" | "24nd" | "25nd" | "29.97d" | "29.97nd" | "30nd" | "50nd" | "59.94d" | "59.94nd" | "60nd"

    Returns string

toTimecode

  • toTimecode(frameRate: "23.976nd" | "24nd" | "25nd" | "29.97d" | "29.97nd" | "30nd" | "50nd" | "59.94d" | "59.94nd" | "60nd"): PxTimecode
  • Parameters

    • frameRate: "23.976nd" | "24nd" | "25nd" | "29.97d" | "29.97nd" | "30nd" | "50nd" | "59.94d" | "59.94nd" | "60nd"

    Returns PxTimecode

Generated using TypeDoc