Click or drag to resize
MatroskaWriterConfigurationUseBlockGroups Property
Gets or sets a value indicating whether to use groups in clusters or otherwise SimpleBlocks.

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

Property Value

Type: Boolean
true if use groups are used, false if not.
See Also