Poll.fdHasPri

Check if fd in set has an exceptional condition (POLLPRI).

Not implemented on Windows (will just return false there).

class Poll
bool
fdHasPri

Parameters

fd gst.poll_fd.PollFD

a file descriptor.

Return Value

Type: bool

true if the descriptor has an exceptional condition.