From d8d6ccc1f74b9a2e8b4d5271e0a2fb9f9a36e07c Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:46:13 +0100 Subject: [PATCH] Update internalCodecId docs --- src/input-track.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input-track.ts b/src/input-track.ts index 8c137fc..c61ba52 100644 --- a/src/input-track.ts +++ b/src/input-track.ts @@ -104,6 +104,7 @@ export abstract class InputTrack { * - For Matroska files, this field returns the value of the `CodecID` element. * - For WAVE files, this field returns the value of the format tag in the `'fmt '` chunk. * - For ADTS files, this field contains the `MPEG-4 Audio Object Type`. + * - For MPEG-TS files, this field contains the `streamType` value from the Program Map Table. * - In all other cases, this field is `null`. */ get internalCodecId() {