Click or drag to resize
ElementBlockDelacedElementBlocks Field
The delaced element blocks only contains data of LacingType != NoLacing.

Namespace: StreamCoders.Container.Elements
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<ElementBlock> DelacedElementBlocks

Field Value

Type: ListElementBlock
Remarks
An element block can contain multiple laced chunks of data in order to save space in the container. ElementSimpleblock expands the laced data to multiple ElementSimpleBlocks and saves them in DelacedElementBlocks.
See Also