Interface: IVideoCodec
October 29, 2023 · View on GitHub
node-taglib-sharp / Exports / IVideoCodec
Interface: IVideoCodec
Interface that inherits the common codec information and adds video-specific information. When dealing with an ICodec, if mediaTypes contains Video, it is safe to assume that the object also inherits IVideoCodec and can be recast without issue.
Hierarchy
-
↳
IVideoCodec
Implemented by
Table of contents
Properties
Properties
description
• description: string
Gets a text description of the media represented by the current instance.
Inherited from
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
mediaTypes
• mediaTypes: MediaTypes
Types of media represented by the current instance, bitwise combined.
Inherited from
videoHeight
• videoHeight: number
Height of the video in pixels represented by the current instance.
videoWidth
• videoWidth: number
Width of the video in pixels represented by the current instance.