Maven module :un.storage : media-mkv :
Class : un.storage.media.mkv.model.BlockGroup
Extends/Implements : un.storage.binding.ebml.EBMLChunk
Subclasses : -

BlockGroup := a0 container [ card:*; ] {
Block := a1 binary;
BlockVirtual := a2 binary;
BlockAdditions := 75a1 container ...
BlockDuration := 9b uint [ def:TrackDuration; ];
ReferencePriority := fa uint;
ReferenceBlock := fb int [ card:*; ]
ReferenceVirtual := fd int;
CodecState := a4 binary;
Slices := 8e container [ card:*; ] ...
}

@author Johann Sorel


Variables : -
Functions : getStructure, getBlock, getBlockVirtual, getBlockAdditions, getBlockDuration, getReferencePriority, getReferenceBlock, getReferenceVirtual, getCodecState, getSlices



protected PropertyType[] getStructure ()

public byte[] getBlock ()

public byte[] getBlockVirtual ()

public BlockAdditions getBlockAdditions ()

public Integer getBlockDuration ()

public Integer getReferencePriority ()

public Integer getReferenceBlock ()

public Integer getReferenceVirtual ()

public byte[] getCodecState ()

public Sequence getSlices ()