Skip to content

Latest commit

 

History

History
115 lines (63 loc) · 2.66 KB

ILosslessAudioCodec.md

File metadata and controls

115 lines (63 loc) · 2.66 KB

node-taglib-sharp / Exports / ILosslessAudioCodec

Interface: ILosslessAudioCodec

This interface provides information specific to lossless audio codecs. When dealing with an ICodec, if mediaTypes contains LosslessAudio, it is safe to assume that the object also inherits ILosslessAudioCodec 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.

Inherited from

IAudioCodec.audioBitrate


audioChannels

audioChannels: number

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

Inherited from

IAudioCodec.audioChannels


audioSampleRate

audioSampleRate: number

Sample rate of the audio represented by the current instance.

Inherited from

IAudioCodec.audioSampleRate


bitsPerSample

bitsPerSample: number

Number of bits per sample in the audio represented by the current instance.


description

description: string

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

Inherited from

IAudioCodec.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

IAudioCodec.durationMilliseconds


mediaTypes

mediaTypes: MediaTypes

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

Inherited from

IAudioCodec.mediaTypes