Top |
Functions
webkit_dom_video_track_list_item ()
WebKitDOMVideoTrack * webkit_dom_video_track_list_item (WebKitDOMVideoTrackList *self
,gulong index
);
webkit_dom_video_track_list_get_track_by_id ()
WebKitDOMVideoTrack * webkit_dom_video_track_list_get_track_by_id (WebKitDOMVideoTrackList *self
,const gchar *id
);
webkit_dom_video_track_list_dispatch_event ()
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.
webkit_dom_video_track_list_get_length ()
gulong
webkit_dom_video_track_list_get_length
(WebKitDOMVideoTrackList *self
);
webkit_dom_video_track_list_get_length
is deprecated and should not be used in newly-written code.