Gjsify LogoGjsify Logo

A representation of a difference between two #GstVideoTimeCode instances. Will not necessarily correspond to a real timecode (e.g. 00:00:10;00)

record

Hierarchy

  • VideoTimeCodeInterval

Index

Constructors

  • new VideoTimeCodeInterval(hours: number, minutes: number, seconds: number, frames: number): VideoTimeCodeInterval

Properties

frames: number

the frames field of #GstVideoTimeCodeInterval

field
hours: number

the hours field of #GstVideoTimeCodeInterval

field
minutes: number

the minutes field of #GstVideoTimeCodeInterval

field
seconds: number

the seconds field of #GstVideoTimeCodeInterval

field
name: string

Methods

  • clear(): void
  • free(): void
  • init(hours: number, minutes: number, seconds: number, frames: number): void
  • Initializes tc with the given values.

    Parameters

    • hours: number

      the hours field of #GstVideoTimeCodeInterval

    • minutes: number

      the minutes field of #GstVideoTimeCodeInterval

    • seconds: number

      the seconds field of #GstVideoTimeCodeInterval

    • frames: number

      the frames field of #GstVideoTimeCodeInterval

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method