-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Meta.VideoTrackList
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Class VideoTrackList
Inherits libvlc.Meta.TrackList
This class is a linked list of libvlc_track_description_t data structures which describe the available video tracks for a given medium.
Acquire an instance of this class by reading the VLCPlayer.VideoTracks property, then use the Item
, Count
, etc. methods to access the members of the list.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"