| MatroskaWriterConfigurationSimpleBlocksPerCluster Property  | 
            Gets or sets the number of simple-blocks per cluster.
            
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int SimpleBlocksPerCluster { get; set; }Public Property SimpleBlocksPerCluster As Integer
	Get
	Set
public:
property int SimpleBlocksPerCluster {
	int get ();
	void set (int value);
}member SimpleBlocksPerCluster : int with get, set
Property Value
Type: 
Int32
See Also