Interface ITranscoderVideoEncoderNotify


  • public interface ITranscoderVideoEncoderNotify
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAfterEncodeFrame​(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)  
      void onBeforeEncodeFrame​(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)  
    • Method Detail

      • onBeforeEncodeFrame

        void onBeforeEncodeFrame​(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode,
                                 com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo,
                                 long frameCount)
      • onAfterEncodeFrame

        void onAfterEncodeFrame​(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode,
                                com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo,
                                long frameCount)