Top |
WebKitDOMAudioTrack * webkit_dom_audio_track_list_item (WebKitDOMAudioTrackList *self
,gulong index
);
WebKitDOMAudioTrack * webkit_dom_audio_track_list_get_track_by_id (WebKitDOMAudioTrackList *self
,const gchar *id
);
gboolean webkit_dom_audio_track_list_dispatch_event (WebKitDOMAudioTrackList *self
,WebKitDOMEvent *evt
,GError **error
);
webkit_dom_audio_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.
gulong
webkit_dom_audio_track_list_get_length
(WebKitDOMAudioTrackList *self
);
webkit_dom_audio_track_list_get_length
is deprecated and should not be used in newly-written code.