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.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsFragmented { get; }
Public ReadOnly Property IsFragmented As Boolean
Get
public:
property bool IsFragmented {
bool get ();
}
member IsFragmented : bool with get
Property Value
Type:
Boolean
true if this object is fragmented, false if not.
See Also