UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

13 lines (12 loc) 345 B
export declare class StreamRecorder { private streamUrl; private outputDir; private segmentTime; private streamlinkProcess; private videoProcess; private audioProcess; private captureProcess; constructor(streamUrl: string, outputDir: string, segmentTime?: number); start(): Promise<void>; stop(): void; }