Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.PollFD

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstPollFD
Struct : PollFD
  Show / Hide Inherited methods, properties and signals
A file descriptor object.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.PollFD ()
Create a new Gst.PollFD
Create a new Gst.PollFD
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst.Poll
Method
add_fd (PollFD fd) : Boolean
Add a file descriptor to the file descriptor set.
Gst.Poll
Method
remove_fd (PollFD fd) : Boolean
Remove a file descriptor from the file descriptor set.
Gst.Poll
Method
fd_ctl_write (PollFD fd, Boolean active) : Boolean
Control whether the descriptor fd in set will be monitored for writability.
Gst.Poll
Method
fd_ctl_read (PollFD fd, Boolean active) : Boolean
Control whether the descriptor fd in set will be monitored for readability.
Gst.Poll
Method
fd_ignored (PollFD fd) : none
Mark fd as ignored so that the next call to gst_poll_wait() will yield the same result for fd as last time.
Gst.Poll
Method
fd_has_closed (PollFD fd) : Boolean
Check if fd in set has closed the connection.
Gst.Poll
Method
fd_has_error (PollFD fd) : Boolean
Check if fd in set has an error.
Gst.Poll
Method
fd_can_read (PollFD fd) : Boolean
Check if fd in set has data to be read.
Gst.Poll
Method
fd_can_write (PollFD fd) : Boolean
Check if fd in set can be used for writing.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:54 GMT+0800 (HKT)