Sure thing ts-doc

This commit is contained in:
Vanilagy
2026-01-22 09:43:20 +01:00
parent e20f779ede
commit db3cb143fe
+1 -1
View File
@@ -98,7 +98,7 @@ export abstract class InputTrack {
/**
* The 1-based index of this track among all tracks of the same type in the input file. For example, the first
* video track has number 1, the second video track has number 2, and so on. The index refers to the order in
* which the tracks are returned by {@link Input.getTracks()}.
* which the tracks are returned by {@link Input.getTracks}.
*/
get number() {
return this._backing.getNumber();