Skip to content

libvlc.Meta.LinkedList

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

libvlc.Meta.LinkedList

Class Declaration

 Protected Class LinkedList

Remarks

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

Methods

Properties

Subclasses

Clone this wiki locally