Package com.wowza.wms.transcoder.model
Interface ITranscoderVideoEncoderNotify
public interface ITranscoderVideoEncoderNotify
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-