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