mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Merge branch 'main' of https://github.com/Vanilagy/mediabunny
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user