Skip to content

libvlc.Meta.SubtitlesTrackList

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

libvlc.Meta.SubtitlesTrackList

Class Declaration

 Protected Class SubtitlesTrackList
 Inherits libvlc.Meta.TrackList

Remarks

This class is a linked list of libvlc_track_description_t data structures which describe the available subtitles tracks for a given medium.

Acquire an instance of this class by reading the VLCPlayer.Subtitles property, then use the Item, Count, etc. methods to access the members of the list.

Methods

Properties

See also

Clone this wiki locally