public class CuesFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CuesFactory.CuePointMock |
Constructor and Description |
---|
CuesFactory(long offset,
long videoTrack) |
Modifier and Type | Method and Description |
---|---|
void |
add(CuesFactory.CuePointMock z) |
void |
addFixedSize(CuesFactory.CuePointMock z) |
int |
computeCuesSize() |
EbmlMaster |
createCues() |
static int |
estimateCuePointSize(int timecodeSizeInBytes,
int trackNrSizeInBytes,
int clusterPositionSizeInBytes) |
int |
estimateFixedSize(int numberOfClusters) |
int |
estimateSize() |
public void addFixedSize(CuesFactory.CuePointMock z)
public void add(CuesFactory.CuePointMock z)
public EbmlMaster createCues()
public int computeCuesSize()
public int estimateFixedSize(int numberOfClusters)
public int estimateSize()
public static int estimateCuePointSize(int timecodeSizeInBytes, int trackNrSizeInBytes, int clusterPositionSizeInBytes)
Copyright © 2019. All rights reserved.