summaryrefslogtreecommitdiffstats
path: root/client/ivamApi.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/ivamApi.py')
-rw-r--r--client/ivamApi.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/ivamApi.py b/client/ivamApi.py
index 3fc86b3..1413116 100644
--- a/client/ivamApi.py
+++ b/client/ivamApi.py
@@ -30,13 +30,16 @@ class Connector:
def stopPlayback(self):
pass
+ def stopPlayback2(self): # Same as previous but call onClipFinish
+ pass
+
def recordClip(self, fname, gzip = False):
pass
def stopRecording(self):
pass
- def timeout(self, t):
+ def setTimeout(self, t):
pass
def hangup(self, t):