| MatroskaWriterConfigurationBlocksPerBlockGroup Property  | 
                Gets or sets the number of blocks per BlockGroup.
            
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int BlocksPerBlockGroup { get; set; }Public Property BlocksPerBlockGroup As Integer
	Get
	Set
public:
property int BlocksPerBlockGroup {
	int get ();
	void set (int value);
}member BlocksPerBlockGroup : int with get, set
Property Value
Type: 
Int32
                The blocks per BlockGroup.
            
Remarks
                The number of blocks per cluster are: num = BlocksPerBlockGroup * BlockGroupsPerCluster.
            
See Also