| MatroskaWriterConfigurationUseBlockGroups Property  | 
                Gets or sets a value indicating whether to use groups in clusters or otherwise SimpleBlocks.
            
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool UseBlockGroups { get; set; }Public Property UseBlockGroups As Boolean
	Get
	Set
public:
property bool UseBlockGroups {
	bool get ();
	void set (bool value);
}member UseBlockGroups : bool with get, set
Property Value
Type: 
Boolean
                true if use groups are used, false if not.
            
See Also