Click or drag to resize
AdaptiveMp4FragmentAggregateConfiguration Class
Inheritance Hierarchy
SystemObject
  StreamCoders.Adaptive.SmoothStreamingAdaptiveMp4FragmentAggregateConfiguration

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

The AdaptiveMp4FragmentAggregateConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAdaptiveMp4FragmentAggregateConfiguration
Initializes a new instance of the AdaptiveMp4FragmentAggregateConfiguration class
Top
Properties
  NameDescription
Public propertyOutputDirectory
Gets or sets the pathname of where manifest and fragments are written to.
Public propertyRespectIFrameBoundary
Gets or sets whether the approximate chunk duration will extended (as part of the condition) until the next chunk can start with an I-Frame.
Public propertyTimeScale
The timescale used for timestamp calculation.
Top
Fields
  NameDescription
Public fieldApproximateChunkDuration
The approximate duration of each fragment that will be streamed.
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