Interface ITranscoderAudioEncodeFrameNotify


  • public interface ITranscoderAudioEncodeFrameNotify
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAudioFrame​(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)  
      void onAudioFrameAfterResample​(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode, com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)  
    • Method Detail

      • onAudioFrame

        void onAudioFrame​(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode,
                          com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)
      • onAudioFrameAfterResample

        void onAudioFrameAfterResample​(com.wowza.wms.transcoder.model.TranscoderSessionAudioEncode transcoderSessionAudioEncode,
                                       com.wowza.wms.transcoder.model.TranscoderNativeAudioFrame nativeAudioFrame)