Poll.this

Create a new file descriptor set. If @controllable, it is possible to restart or flush a call to gst_poll_wait() with gst_poll_restart() and gst_poll_set_flushing() respectively.

Free-function: gst_poll_free

  1. this(GstPoll* gstPoll, bool ownedRef)
  2. this(bool controllable)
    class Poll
    this
  3. this()

Parameters

controllable bool

whether it should be possible to control a wait.

Return Value

a new #GstPoll, or %NULL in case of an error. Free with gst_poll_free().

Throws

ConstructionException GTK+ fails to create the object.

Meta