Interface StreamOptions

Name

StreamOptions

Description

Options for downloading a stream.

Param: parts

Number of parts to split the stream into.

Param: path

Path to save the stream to (current directory by default).

interface StreamOptions {
    parts: number;
    path?: string;
}

Properties

Properties

parts: number
path?: string

Generated using TypeDoc