Skip to content

libvlc.Meta.ModuleList

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

libvlc.Meta.ModuleList

Class Declaration

 Protected Class ModuleList
 Inherits libvlc.Meta.LinkedList

Remarks

This class is a linked list of libvlc_module_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