Click or drag to resize
AdaptiveMp4FragmentAggregationCommitAdaptiveSamples Method
Commit adaptive samples.

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool CommitAdaptiveSamples(
	TimeSpan originalDuration,
	List<AdaptiveSample> inputSamples
)

Parameters

originalDuration
Type: SystemTimeSpan
Duration of the original sample.
inputSamples
Type: System.Collections.GenericListAdaptiveSample
The input samples.

Return Value

Type: Boolean
Returns true if the sample was committed. If false, the fragments were full and the sample needs to be committed to the new aggregate.
See Also