node-taglib-sharp / Exports / IAudioCodec
Interface that inherits the common codec information and adds audio-specific information. When dealing with an ICodec, if mediaTypes contains Audio, it is safe to assume that the object also inherits IAudioCodec and can be recast without issue.
-
↳
IAudioCodec
• audioBitrate: number
Bitrate of the audio in kilobits per second represented by the current instance.
• audioChannels: number
Number of channels in the audio represented by the current instance.
• audioSampleRate: number
Sample rate of the audio represented by the current instance.
• 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.