Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Video

Hierarchy

  • Video

Index

Constructors

Properties

#rawData: RawVideo

Accessors

  • get availableAt(): string
  • When the video was marked as visible

    readonly
    example

    "2019-08-24T14:15:22Z"

    Returns string

  • get channelId(): string
  • The comments on the video

    readonly
    example

    [ { "comment_key": "UgxJG8mCVkV9tMLyu3t4AaABAg", "message": "2:53:22😂😂😂, love this part!" }, ]

    see

    {Comment}

    Returns Comment[]

  • get description(): string
  • The description of the video

    readonly
    example

    "string"

    Returns string

  • get duration(): number
  • The length of the video in seconds

    readonly
    example

    0

    Returns number

  • get endActual(): undefined | string
  • The actual end of the video

    readonly
    example

    "2019-08-24T14:15:22Z"

    Returns undefined | string

  • get id(): string
  • get liveViewers(): undefined | number
  • The amount of live viewers on the video

    readonly
    example

    0

    Returns undefined | number

  • get publishedAt(): string
  • When the video was published

    readonly
    example

    "2019-08-24T14:15:22Z"

    Returns string

  • get songcount(): number
  • get startActual(): string
  • The time the video actually started

    readonly
    example

    "2019-08-24T14:15:22Z"

    Returns string

  • get startScheduled(): string
  • The scheduled start of the video

    readonly
    example

    "2019-08-24T14:15:22Z"

    Returns string

  • get title(): string
  • get topicId(): undefined | string
  • The topic id of the video Corresponds to a Topic ID, Videos of type clip cannot not have topic. Streams may or may not have topic.

    readonly

    Returns undefined | string

Methods

Generated using TypeDoc