Struct TrackDescription
- Namespace
- LibVLCSharp.Shared.Structures
- Assembly
- LibVLCSharp.dll
Description for video, audio tracks and subtitles. It contains
id, name (description string)
public readonly struct TrackDescription
- Inherited Members
Properties
Id
Track description Id
public int Id { get; }
Property Value
Name
Track description
public string Name { get; }