Poll.fdCtlPri
bool fdCtlPri(gst.poll_fd.PollFD fd, bool active)Control whether the descriptor fd in set will be monitored for exceptional conditions (POLLPRI).
Not implemented on Windows (will just return false there).
Parameters
fd | a file descriptor. |
active | a new status. |
Returns
true if the descriptor was successfully updated.