Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Clip

Class which represents a clip.

Hierarchy

  • Clip

Index

Constructors

Properties

#rawData: RawClip

Accessors

  • get availableAt(): string
  • When the clip became available

    readonly
    example

    "2022-04-16T20:28:56+00:00"

    Returns string

  • get channel(): { id: string; name: string; photo: string }
  • get duration(): number
  • The duration of the clip

    readonly
    example

    86

    Returns number

  • get id(): string
  • The id of the clip

    readonly
    example

    _faOZ1ZOZ2c

    Returns string

  • get lang(): string
  • The langauge of the clip

    readonly
    example

    "ja"

    Returns string

  • get title(): string
  • The title of the clip

    readonly
    example

    "【Hololive】おはようございます!"

    Returns string

Generated using TypeDoc