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

CueReference := db container [ card:*; ] {
CueRefTime := 96 uint;
CueRefCluster := 97 uint;
CueRefNumber := 535f uint [ range:1..; def:1; ]
CueRefCodecState := eb uint [ def:0; ]
}

@author Johann Sorel


Variables : -
Functions : getStructure, getCueRefTime, getCueRefCluster, getCueRefNumber, getCueRefCodecState



protected PropertyType[] getStructure ()

public Integer getCueRefTime ()

public Integer getCueRefCluster ()

public Integer getCueRefNumber ()

public Integer getCueRefCodecState ()