Interface ITranscoderVideoEncoderNotify


public interface ITranscoderVideoEncoderNotify
  • Method Summary

    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 Details

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