| Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
WebKitDOMVideoTrackList; WebKitDOMVideoTrack * webkit_dom_video_track_list_item (WebKitDOMVideoTrackList *self,gulong index); WebKitDOMVideoTrack * webkit_dom_video_track_list_get_track_by_id (WebKitDOMVideoTrackList *self,const gchar *id); gboolean webkit_dom_video_track_list_dispatch_event (WebKitDOMVideoTrackList *self,WebKitDOMEvent *evt,GError **error); gulong webkit_dom_video_track_list_get_length (WebKitDOMVideoTrackList *self);
WebKitDOMVideoTrack * webkit_dom_video_track_list_item (WebKitDOMVideoTrackList *self,gulong index);
|
A WebKitDOMVideoTrackList |
|
A gulong |
Returns : |
A WebKitDOMVideoTrack. [transfer none] |
WebKitDOMVideoTrack * webkit_dom_video_track_list_get_track_by_id (WebKitDOMVideoTrackList *self,const gchar *id);
|
A WebKitDOMVideoTrackList |
|
A gchar |
Returns : |
A WebKitDOMVideoTrack. [transfer none] |
gboolean webkit_dom_video_track_list_dispatch_event (WebKitDOMVideoTrackList *self,WebKitDOMEvent *evt,GError **error);
webkit_dom_video_track_list_dispatch_event has been deprecated since version 2.4 and should not be used in newly-written code. Use webkit_dom_event_target_dispatch_event() instead.
|
A WebKitDOMVideoTrackList |
|
A WebKitDOMEvent |
|
GError |
Returns : |
A gboolean |
gulong webkit_dom_video_track_list_get_length
(WebKitDOMVideoTrackList *self);
|
A WebKitDOMVideoTrackList |
Returns : |
A gulong |