gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
GstHello
gstreamer_helloworld
Undocumented in source.
class
GstHello {
bool
busCall
(Message msg);
this
(string file);
~this
();
protected
Element
playbin
;
}
Constructors
this
this
(string file)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
busCall
bool
busCall
(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
playbin
Element
playbin
;
Undocumented in source.
Meta
Source
See Implementation
gstreamer_helloworld
classes
GstHello
functions
main