node-taglib-sharp / Exports / ICodec
Interface that provides basic information common to all media codecs
-
ICodec
• description: string
Gets a text description of the media represented by the current instance.
• 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
Types of media represented by the current instance, bitwise combined.