# 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) #### 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)