Ejemplo n.º 1
0
 def read(self, *args): return _freeswitch.Stream_read(self, *args)
 def write(self, *args): return _freeswitch.Stream_write(self, *args)
Ejemplo n.º 2
0
 def read(self, len):
     return _freeswitch.Stream_read(self, len)
Ejemplo n.º 3
0
 def read(self, *args):
     return _freeswitch.Stream_read(self, *args)