Click or drag to resize
MatroskaWriterConfigurationBlockGroupsPerCluster Property
Gets or sets the BlockGroups per cluster.

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

Property Value

Type: Int32
The block groups per cluster.
Remarks
The number of blocks per cluster are: num = BlocksPerBlockGroup * BlockGroupsPerCluster
See Also