public static class MPSIndex.MPSStreamIndex extends Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
fdur |
protected int[] |
fpts |
protected int[] |
fsizes |
protected int |
streamId |
protected int[] |
sync |
Constructor and Description |
---|
MPSStreamIndex(int streamId,
int[] fsizes,
int[] fpts,
int[] fdur,
int[] sync) |
Modifier and Type | Method and Description |
---|---|
int |
estimateSize() |
int[] |
getFdur() |
int[] |
getFpts() |
int[] |
getFsizes() |
int |
getStreamId() |
int[] |
getSync() |
static MPSIndex.MPSStreamIndex |
parseIndex(ByteBuffer index) |
void |
serialize(ByteBuffer index) |
protected int streamId
protected int[] fsizes
protected int[] fpts
protected int[] fdur
protected int[] sync
public MPSStreamIndex(int streamId, int[] fsizes, int[] fpts, int[] fdur, int[] sync)
public int getStreamId()
public int[] getFsizes()
public int[] getFpts()
public int[] getFdur()
public int[] getSync()
public static MPSIndex.MPSStreamIndex parseIndex(ByteBuffer index)
public void serialize(ByteBuffer index)
public int estimateSize()
Copyright © 2019. All rights reserved.