Skip to content

libvlc.TrackType

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

libvlc.TrackType

Enumeration

 Protected Enum TrackType
   Unknown=-1
   Audio=0
   Video=1
   Text=2

Remarks

Used in MediaTrackList.Type to indicate the type of the track.

Clone this wiki locally