Interface AudioOutputHook


  • public interface AudioOutputHook
    Hook for intercepting outgoing audio frames from AudioPlayer.
    • Method Detail

      • outgoingFrame

        AudioFrame outgoingFrame​(AudioPlayer player,
                                 AudioFrame frame)
        Parameters:
        player - Audio player where the frame is coming from
        frame - Audio frame
        Returns:
        The frame to pass onto the actual caller