From 6ee55842a5b094e63a991c1f249922232a476086 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sun, 10 Jun 2018 17:24:37 -0400 Subject: [PATCH 1/1] removed getStreamLatency() from derived API classes --- RtAudio.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RtAudio.h b/RtAudio.h index c83caff..82c3f64 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -902,7 +902,6 @@ public: void startStream( void ); void stopStream( void ); void abortStream( void ); - long getStreamLatency( void ); // This function is intended for internal use only. It must be // public because it is called by the internal callback handler, @@ -938,7 +937,6 @@ public: void startStream( void ); void stopStream( void ); void abortStream( void ); - long getStreamLatency( void ); // This function is intended for internal use only. It must be // public because it is called by the internal callback handler, @@ -973,7 +971,6 @@ public: void startStream( void ); void stopStream( void ); void abortStream( void ); - long getStreamLatency( void ); // This function is intended for internal use only. It must be // public because it is called by the internal callback handler, @@ -1011,7 +1008,6 @@ public: void startStream( void ); void stopStream( void ); void abortStream( void ); - long getStreamLatency( void ); // This function is intended for internal use only. It must be // public because it is called by the internal callback handler, -- 2.30.2