5.2.7. vlcp.event.polling

Note

This document is generated from the source file.

View Source on GitHub

Created on 2015/6/17

author:hubo
class vlcp.event.polling.EPollPolling(options=2147483648, maxwait=60)

Poll event from epoll

__init__(options=2147483648, maxwait=60)

Constructor

class vlcp.event.polling.SelectPolling(options=0, maxwait=60)

Compatible event polling with select

__init__(options=0, maxwait=60)

Constructor