Click or drag to resize
AdaptiveSample Class
Provides both information about a sample and the track it belongs to.
Inheritance Hierarchy
SystemObject
  StreamCoders.Adaptive.CommonAdaptiveSample

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

The AdaptiveSample type exposes the following members.

Constructors
  NameDescription
Public methodAdaptiveSample
Initializes a new instance of the AdaptiveSample class
Top
Properties
  NameDescription
Public propertyContainsNewBitrate
Indicates whether this sample is the first after the bitrate of the stream was switched. This can be useful if a decoder needs discontinuity information.
Public propertyFragmenEnd
Gets or sets the fragment end time of the fragment (chunk) this sample belongs.
Public propertyFragmentStart
Gets or sets the fragment start time of the fragment (chunk) this sample belongs.
Public propertySample
The sample.
Public propertyTrack
Gets or sets the track this sample belongs to.
Top
Methods
  NameDescription
Public methodDecode
Decodes the sample using the decoder provided along with the Track object.
Public methodStatic memberEncode
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
See Also