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

. [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 :

. [transfer none]

webkit_dom_video_track_list_get_length ()

gulong              webkit_dom_video_track_list_get_length
                                                        (WebKitDOMVideoTrackList *self);

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong VideoTrackList:length.