You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
807 B
807 B
disco.voice.udp
Constants
{'type': 'assign', 'targets': ['MAX_TIMESTAMP'], 'value': 4294967295}
{'type': 'assign', 'targets': ['MAX_SEQUENCE'], 'value': 65535}
Classes
UDPVoiceClient
Inherits From LoggingClass
Functions
init(self, vc
)
vc
)
increment_timestamp(self, by
)
setup_encryption(self, encryption_key
)
send_frame(self, frame, sequence, timestamp=None, incr_timestamp=None
)
run(self
)
send(self, data
)
disconnect(self
)
connect(self, host, port, timeout, addrinfo=None
)