Interface IHTTPStreamerTranscoderVODActionNotify


  • public interface IHTTPStreamerTranscoderVODActionNotify
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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)  
    • Method Detail

      • onFillChunkStart

        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)
      • onFillChunkTranscode

        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)
      • onFillChunkStop

        void onFillChunkStop​(com.wowza.wms.transcoder.vod.TranscoderVODSession transcoderVODSession,
                             com.wowza.wms.transcoder.vod.TranscoderVODChunkContext transcoderVODChunkContext)