Interface ITranscoderAudioEncodeFrameNotify


public interface ITranscoderAudioEncodeFrameNotify
  • Method Summary

    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 Details

    • 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)