Click or drag to resize
SmoothStreamingClient Constructor
Constructor.

Namespace: StreamCoders.Adaptive
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public SmoothStreamingClient(
	string presentationUrl,
	string manifestUrl,
	IMeasuredDownloader measuredDownloader = null
)

Parameters

presentationUrl
Type: SystemString
URL of the presentation.
manifestUrl
Type: SystemString
URL of the manifest.
measuredDownloader (Optional)
Type: StreamCoders.Adaptive.CommonIMeasuredDownloader
(optional) An instance of an alternative measured downloader. IMeasuredDownload.Spawn() is called on each SmoothStreamingAdaptiveTrackInfo object.
See Also