Skip to content

Commit

Permalink
add start time to fileAUdioStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramart committed Nov 29, 2024
1 parent 2b1f0e9 commit 0def818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export interface FileAudioStream {
channelLayout: Formats.Layout | null;
version: Formats.Version | null;
typeVersion: Formats.TypeVersion | null;
startTime: number | null;
}

export interface FileSubtitleStream {
Expand Down

0 comments on commit 0def818

Please sign in to comment.