Update internalCodecId docs

This commit is contained in:
Vanilagy
2026-01-15 16:46:13 +01:00
parent dc25b5d7c5
commit d8d6ccc1f7
+1
View File
@@ -104,6 +104,7 @@ export abstract class InputTrack {
* - For Matroska files, this field returns the value of the `CodecID` element. * - 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 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 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`. * - In all other cases, this field is `null`.
*/ */
get internalCodecId() { get internalCodecId() {