Poll.this

Create a new file descriptor set. If controllable, it is possible to restart or flush a call to Poll.wait with Poll.restart and Poll.setFlushing 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 gstreamer.Poll, or NULL in case of an error. Free with Poll.free.

Throws

ConstructionException GTK+ fails to create the object.