| Modifier and Type | Method and Description |
|---|---|
MPEGDashDashChunk |
IHTTPStreamerMPEGDashIndex.getChunk(com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer.MPEGDashChunkId chunkId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMediaReaderMPEGDash.fillChunk(com.wowza.wms.httpstreamer.mpegdashstreaming.file.HTTPStreamerMPEGDashIndexItem indexItem,
IHTTPStreamerMPEGDashIndexItem item,
MPEGDashDashChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPStreamerSessionMPEGDash.logLiveChunk(MPEGDashDashChunk chunk) |
void |
HTTPStreamerSessionMPEGDash.logVODChunk(MPEGDashDashChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getAudioChunk(int chunkFormat,
long index) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getAudioChunkByTime(int chunkFormat,
long time) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getAudioInit(int chunkFormat) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getMediaChunk(int chunkFormat,
long index) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getMediaChunkByTime(int chunkFormat,
long time) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getMediaInit(int chunkFormat) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getVideoChunk(int chunkFormat,
long index) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getVideoChunkByTime(int chunkFormat,
long time) |
MPEGDashDashChunk |
LiveStreamPacketizerMPEGDash.getVideoInit(int chunkFormat) |