#include <playback_stream_capture.h>
- Since
- 1.0 
Definition at line 2 of file playback_stream_capture.h.
  
  | 
        
          | playback_stream_capture_callback::playback_stream_capture_callback | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | playback_stream_capture_callback::~playback_stream_capture_callback | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | virtual void playback_stream_capture_callback::on_chunk | ( | const audio_chunk & |  | ) |  |  | pure virtual | 
 
Delivers a real-time chunk of audio data. 
Audio is roughly synchronized with what can currently be heard. This API is provided for utility purposes such as streaming; if you want to implement a visualisation, use the visualisation_manager API instead. 
Called only from the main thread. 
 
 
The documentation for this class was generated from the following file: