Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 2.23 KB

File metadata and controls

98 lines (55 loc) · 2.23 KB

node-taglib-sharp / Exports / IAudioCodec

Interface: 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.

Hierarchy

Implemented by

Table of contents

Properties

Properties

audioBitrate

• audioBitrate: number

Bitrate of the audio in kilobits per second represented by the current instance.


audioChannels

• audioChannels: number

Number of channels in the audio represented by the current instance.


audioSampleRate

• audioSampleRate: number

Sample rate of the audio represented by the current instance.


description

• description: string

Gets a text description of the media represented by the current instance.

Inherited from

ICodec.description


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

Inherited from

ICodec.durationMilliseconds


mediaTypes

• mediaTypes: MediaTypes

Types of media represented by the current instance, bitwise combined.

Inherited from

ICodec.mediaTypes