Interface: ICodec
March 10, 2023 · View on GitHub
node-taglib-sharp / Exports / ICodec
Interface: ICodec
Interface that provides basic information common to all media codecs
Hierarchy
-
ICodec
Table of contents
Properties
Properties
description
• description: string
Gets a text description of the media represented by the current instance.
durationMilliseconds
• durationMilliseconds: number
Duration of the media in milliseconds represented by the current instance.
TODO
Ensure milliseconds is the right way to interpret this field
mediaTypes
• mediaTypes: MediaTypes
Types of media represented by the current instance, bitwise combined.