public class MPEGDashDashChunk
extends Object
| Constructor and Description |
|---|
MPEGDashDashChunk() |
MPEGDashDashChunk(int chunkType,
long chunkIndex) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChunkIndex() |
int |
getChunkType() |
java.util.Date |
getCreationDate() |
long |
getDuration() |
PacketFragmentList |
getFragments() |
long |
getTimecode() |
long |
getTimescale() |
int |
getVODTranscoderBitrate() |
boolean |
isFillSuccessful() |
void |
setChunkIndex(long chunkIndex) |
void |
setChunkType(int chunkType) |
void |
setDuration(long duration) |
void |
setFillSuccessful(boolean fillSuccessful) |
void |
setTimecode(long timecode) |
void |
setTimescale(long timescale) |
void |
setVODTranscoderBitrate(int vodTranscoderBitrate) |
public MPEGDashDashChunk()
public MPEGDashDashChunk(int chunkType,
long chunkIndex)
public long getChunkIndex()
public int getChunkType()
public java.util.Date getCreationDate()
public long getDuration()
public PacketFragmentList getFragments()
public long getTimecode()
public long getTimescale()
public int getVODTranscoderBitrate()
public boolean isFillSuccessful()
public void setChunkIndex(long chunkIndex)
public void setChunkType(int chunkType)
public void setDuration(long duration)
public void setFillSuccessful(boolean fillSuccessful)
public void setTimecode(long timecode)
public void setTimescale(long timescale)
public void setVODTranscoderBitrate(int vodTranscoderBitrate)