Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1 KB

ICodec.md

File metadata and controls

53 lines (28 loc) · 1 KB

node-taglib-sharp / Exports / ICodec

Interface: ICodec

Interface that provides basic information common to all media codecs

Hierarchy

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.