Download

Multimedia.Download method

Downloads the video file referenced in videoFormatInfo to a local file specified by path.

public abstract void Download(VideoFormatInfo videoFormatInfo, string path)
Parameter Type Description
videoFormatInfo VideoFormatInfo Information about video file to download.
path String Local path to the output file.

See Also