summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2018-06-10 17:24:37 -0400
committerStephen Sinclair <radarsat1@users.noreply.github.com>2018-10-30 12:40:07 +0100
commit6ee55842a5b094e63a991c1f249922232a476086 (patch)
tree5c62f77f19d1d03fb6adc1e154b2b24960ebcd87
parente41e3e845d847c7eb9e33af966888f1a09ecef56 (diff)
removed getStreamLatency() from derived API classes
-rw-r--r--RtAudio.h4
1 files changed, 0 insertions, 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,