Package com.wowza.wms.transcoder.model
Interface ITranscoderVideoEncoderNotify
- 
 public interface ITranscoderVideoEncoderNotify
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)voidonBeforeEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)
 
- 
- 
- 
Method Detail- 
onBeforeEncodeFramevoid onBeforeEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)
 - 
onAfterEncodeFramevoid onAfterEncodeFrame(com.wowza.wms.transcoder.model.TranscoderSessionVideoEncode sessionVideoEncode, com.wowza.wms.transcoder.model.TranscoderStreamDestinationVideo destinationVideo, long frameCount)
 
- 
 
-