Click or drag to resize
AdaptiveMp4FragmentAggregateConfigurationRespectIFrameBoundary Property
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.

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool RespectIFrameBoundary { get; set; }

Property Value

Type: Boolean
true if respect i frame boundary, false if not.
See Also