Skip to content

libvlc.Meta.TrackList

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

libvlc.Meta.TrackList

Class Declaration

 Protected Class TrackList
 Inherits libvlc.Meta.LinkedList

Remarks

This class is a linked list of libvlc_track_description_t data structures. Pass a Ptr to the first element of the list to the Constructor, then use the Item method to access the members of the list.

Methods

See also

Clone this wiki locally