Package com.wowza.wms.transcoder.model
Interface ITranscoderVideoEncoderNotify2
-
public interface ITranscoderVideoEncoderNotify2
-
-
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, 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 Detail
-
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)
-
-