diff options
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ export interface SegmentInfo { duration: number; tracks: TrackInfo[]; } -export type TrackKind = "video" | "audio" | "subtitles"; +export type TrackKind = "video" | "audio" | "subtitle"; export interface TrackInfo { name?: string; language?: string; |