public interface IHTTPStreamerTranscoderVODActionNotify
| Modifier and Type | Method | Description |
|---|---|---|
void |
onFillChunkStart(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODDestination transcoderVODDestination,
com.wowza.wms.httpstreamer.model.MediaReaderH264Chunk mediaReaderChunk,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext) |
|
void |
onFillChunkStop(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext) |
|
void |
onFillChunkTranscode(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext,
java.util.List<com.wowza.wms.httpstreamer.model.MediaReaderH264Packet> packets) |
void onFillChunkStart(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODDestination transcoderVODDestination,
com.wowza.wms.httpstreamer.model.MediaReaderH264Chunk mediaReaderChunk,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext)
void onFillChunkStop(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext)
void onFillChunkTranscode(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext,
java.util.List<com.wowza.wms.httpstreamer.model.MediaReaderH264Packet> packets)