This commit is contained in:
Vanilagy
2026-01-23 13:16:41 +01:00
+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 * 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 * 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() { get number() {
return this._backing.getNumber(); return this._backing.getNumber();