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)
  2. this(int controllable)
    class Poll
    this
  3. this()

Parameters

controllable int

whether it should be possible to control a wait.

Throws

ConstructionException GTK+ fails to create the object.

Meta