Interface ITranscoderVideoEncoderNotify2


public interface ITranscoderVideoEncoderNotify2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAfterEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, com.wowza.wms.transcoder.model.TranscoderVideoEncodeFrameContext frameContext)
     
    void
    onBeforeEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, com.wowza.wms.transcoder.model.TranscoderVideoEncodeFrameContext frameContext)
     
  • Method Details

    • onBeforeEncodeFrame

      void onBeforeEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, com.wowza.wms.transcoder.model.TranscoderVideoEncodeFrameContext frameContext)
    • onAfterEncodeFrame

      void onAfterEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, com.wowza.wms.transcoder.model.TranscoderVideoEncodeFrameContext frameContext)