Click or drag to resize
MatroskaWriterConfigurationBlocksPerBlockGroup Property
Gets or sets the number of blocks per BlockGroup.

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

Property Value

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