FMIceLinkMatroskaBlockGroup Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject | 
|---|---|
| Declared in | FMIceLinkMatroskaBlockGroup.h FMIceLinkMatroskaBlockGroup.m  | 
– block
	
Gets the block element.
			- (FMIceLinkMatroskaBlock *)blockDiscussion
Gets the block element.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– blockDuration
	
Gets the duration of the [block](#//api/name/block).
			- (FMIceLinkNullableLong *)blockDurationDiscussion
Gets the duration of the [block](#//api/name/block).
			Declared In
FMIceLinkMatroskaBlockGroup.h
+ blockGroup
	
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			+ (FMIceLinkMatroskaBlockGroup *)blockGroupDiscussion
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			Declared In
FMIceLinkMatroskaBlockGroup.h
+ blockGroupWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			+ (FMIceLinkMatroskaBlockGroup *)blockGroupWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			Declared In
FMIceLinkMatroskaBlockGroup.h
+ ebmlId
	
Gets the EBML ID.
			+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– getInnerBytes
	
Gets the inner bytes.
			- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– id
	
Gets the EBML ID.
			- (NSMutableData *)idDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– init
	
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– initWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– referenceBlocks
	
Gets the reference blocks.
			- (NSMutableArray *)referenceBlocksDiscussion
Gets the reference blocks.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– setBlock:
	
Sets the [block](#//api/name/block) element.
			- (void)setBlock:(FMIceLinkMatroskaBlock *)valueDiscussion
Sets the [block](#//api/name/block) element.
			Declared In
FMIceLinkMatroskaBlockGroup.h
– setBlockDuration:
	
Sets the duration of the [block](#//api/name/block).
			- (void)setBlockDuration:(FMIceLinkNullableLong *)valueDiscussion
Sets the duration of the [block](#//api/name/block).
			Declared In
FMIceLinkMatroskaBlockGroup.h
– setReferenceBlocks:
	
Sets the reference blocks.
			- (void)setReferenceBlocks:(NSMutableArray *)valueDiscussion
Sets the reference blocks.
			Declared In
FMIceLinkMatroskaBlockGroup.h