Click or drag to resize
SmoothStreamingClient Class
Smooth streaming client compatible reader. Compatible with Smooth Streaming 1.0, 2.0+.
Inheritance Hierarchy
SystemObject
  StreamCoders.AdaptiveSmoothStreamingClient

Namespace: StreamCoders.Adaptive
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SmoothStreamingClient : IDisposable

The SmoothStreamingClient type exposes the following members.

Constructors
  NameDescription
Public methodSmoothStreamingClient
Constructor.
Top
Methods
  NameDescription
Public methodDispose
Dispose of this instance, cleaning up any resources it uses.
Public methodInit
Top
Fields
  NameDescription
Public fieldAdaptiveTracks
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
Remarks
SmoothStreamingClient can retrieve both Live and VOD content. The default downloader is MeasuredHttpDownloader, which can be overridden to support more advanced bitrate measurements and alternative transports or network interfaces.
See Also

Reference

SystemIDisposable