node-taglib-sharp / Exports / MpegVbriHeader
Information about a variable bitrate MPEG audio stream encoded by the Fraunhofer encoder
-
default
↳
MpegVbriHeader
• get
bitrateKilobytes(): number
Gets the bitrate of the ile in kilobytes per second, if it could be calculated using the
current instance. undefined
, otherwise.
number
VbrHeader.bitrateKilobytes
• get
durationMilliseconds(): number
Gets the duration of the file in milliseconds, if it could be calculated using the current
instance. undefined
, otherwise.
number
VbrHeader.durationMilliseconds
• get
totalBytes(): number
Gets the total size of the file in bytes, as indicated by the current instance.
number
VbrHeader.totalBytes
• get
totalFrames(): number
Gets the total number of frames in the file, as indicated by the current instance.
number
VbrHeader.totalFrames
▸ Static
fromFile(file
, mpegHeaderPosition
, samplesPerFrame
, samplesPerSecond
): MpegVbriHeader
Name | Type |
---|---|
file |
File |
mpegHeaderPosition |
number |
samplesPerFrame |
number |
samplesPerSecond |
number |