public interface ITranscoderVideoEncoderNotify2
| Modifier and Type | Method and 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) |
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)