Interface AudioOutputHook
-
public interface AudioOutputHookHook for intercepting outgoing audio frames from AudioPlayer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioFrameoutgoingFrame(AudioPlayer player, AudioFrame frame)
-
-
-
Method Detail
-
outgoingFrame
AudioFrame outgoingFrame(AudioPlayer player, AudioFrame frame)
- Parameters:
player- Audio player where the frame is coming fromframe- Audio frame- Returns:
- The frame to pass onto the actual caller
-
-