UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

15 lines (14 loc) 429 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../types/index.js'; export default class ClipCreationScrubber extends YTNode { static type: string; length_template: string; max_length_ms: number; min_length_ms: number; default_length_ms: number; window_size_ms: number; start_label?: string; end_label?: string; duration_label?: string; constructor(data: RawNode); }