Poll.fdHasPri
bool fdHasPri(gst.poll_fd.PollFD fd)Check if fd in set has an exceptional condition (POLLPRI).
Not implemented on Windows (will just return false there).
Parameters
fd | a file descriptor. |
Returns
true if the descriptor has an exceptional condition.