ElementBlockDelacedElementBlocks Field |
The delaced element blocks only contains data of LacingType != NoLacing.
Namespace: StreamCoders.Container.ElementsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<ElementBlock> DelacedElementBlocks
Public DelacedElementBlocks As List(Of ElementBlock)
public:
List<ElementBlock^>^ DelacedElementBlocks
val mutable DelacedElementBlocks: List<ElementBlock>
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