Click or drag to resize
Mp4ReaderIsFragmented Property
After initialization this indicates whether the stream contains fragmented movie elements. It is important to disable tracks that are not being used, so the reader can discard fragments.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsFragmented { get; }

Property Value

Type: Boolean
true if this object is fragmented, false if not.
See Also