Package com.wowza.wms.transcoder.model
Interface ITranscoderAudioEncodeFrameNotify
- 
 public interface ITranscoderAudioEncodeFrameNotify
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAudioFrame(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)voidonAudioFrameAfterResample(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)
 
- 
- 
- 
Method Detail- 
onAudioFramevoid onAudioFrame(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)
 - 
onAudioFrameAfterResamplevoid onAudioFrameAfterResample(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)
 
- 
 
-