Public Member Functions | |
SimpleBlock (Cluster *, long index, long long start, long long size) | |
long | Parse () |
Kind | GetKind () const |
const Block * | GetBlock () const |
Public Member Functions inherited from mkvparser::BlockEntry | |
bool | EOS () const |
const Cluster * | GetCluster () const |
long | GetIndex () const |
Protected Attributes | |
Block | m_block |
Protected Attributes inherited from mkvparser::BlockEntry | |
Cluster *const | m_pCluster |
const long | m_index |
Additional Inherited Members | |
Public Types inherited from mkvparser::BlockEntry | |
enum | Kind { kBlockEOS, kBlockSimple, kBlockGroup } |
Protected Member Functions inherited from mkvparser::BlockEntry | |
BlockEntry (Cluster *, long index) | |