Click or drag to resize
Accord.NET (logo)

TestVideosGetVideo Method

Downloads the example video with the specified name and returns the file path where it has been saved.

Namespace:  Accord.DataSets
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public string GetVideo(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The standard video name. For a list of all possible names, see VideoNames.

Return Value

Type: String
See Also