WebKitDOMVideoTrackList

WebKitDOMVideoTrackList

Synopsis

                    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);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMVideoTrackList

Implemented Interfaces

WebKitDOMVideoTrackList implements WebKitDOMEventTarget.

Properties

  "length"                   gulong                : Read

Description

Details

WebKitDOMVideoTrackList

typedef struct _WebKitDOMVideoTrackList WebKitDOMVideoTrackList;


webkit_dom_video_track_list_item ()

WebKitDOMVideoTrack * webkit_dom_video_track_list_item  (WebKitDOMVideoTrackList *self,
                                                         gulong index);

self :

A WebKitDOMVideoTrackList

index :

A gulong

Returns :

A WebKitDOMVideoTrack. [transfer none]

webkit_dom_video_track_list_get_track_by_id ()

WebKitDOMVideoTrack * webkit_dom_video_track_list_get_track_by_id
                                                        (WebKitDOMVideoTrackList *self,
                                                         const gchar *id);

self :

A WebKitDOMVideoTrackList

id :

A gchar

Returns :

A WebKitDOMVideoTrack. [transfer none]

webkit_dom_video_track_list_dispatch_event ()

gboolean            webkit_dom_video_track_list_dispatch_event
                                                        (WebKitDOMVideoTrackList *self,
                                                         WebKitDOMEvent *evt,
                                                         GError **error);

Warning

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.

self :

A WebKitDOMVideoTrackList

evt :

A WebKitDOMEvent

error :

GError

Returns :

A gboolean

webkit_dom_video_track_list_get_length ()

gulong              webkit_dom_video_track_list_get_length
                                                        (WebKitDOMVideoTrackList *self);

self :

A WebKitDOMVideoTrackList

Returns :

A gulong

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong VideoTrackList:length.