Represents a description for video, audio tracks, and subtitles.
Static methods
staticfromTrackDescription(track_description:Struct<LibVLC_Track_Description_T>):TrackDescription
Constructs a TrackDescription
object from raw LibVLC track description data.
Parameters:
track_description | The LibVLC track description data. |
---|
Returns:
A TrackDescription
object populated with the provided data.
Constructor
Variables
Methods
toString():String
Returns a string representation of the TrackDescription
object.
Returns:
A string containing all the properties of the TrackDescription object.