Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceSource Property

Video source string.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public string Source { get; }
Request Example View Source

Property Value

Type: String

Implements

IVideoSourceSource
Remarks

The property is redirected to the corresponding property of NestedVideoSource, so check its documentation to find what it means.

See Also