diff options
| author | Taylor Holberton <taylorcholberton@gmail.com> | 2018-06-10 17:24:37 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@users.noreply.github.com> | 2018-10-30 12:40:07 +0100 |
| commit | 6ee55842a5b094e63a991c1f249922232a476086 (patch) | |
| tree | 5c62f77f19d1d03fb6adc1e154b2b24960ebcd87 | |
| parent | e41e3e845d847c7eb9e33af966888f1a09ecef56 (diff) | |
removed getStreamLatency() from derived API classes
| -rw-r--r-- | RtAudio.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, |
