|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Audio stream details. |
||
| Index |
integer |
The index of the audio stream. |
1 |
| Language |
string |
The audio language, in BCP 47 format. |
en |
| CodecName |
string |
The short name of the codec. |
aac |
| CodecLongName |
string |
The full name of the codec. |
AAC (Advanced Audio Coding) |
| CodecTimeBase |
string |
The time base of the codec. |
1/44100 |
| CodecTagString |
string |
The codec tag as a readable string. |
mp4a |
| CodecTag |
string |
The codec tag in hexadecimal format. |
0x6134706d |
| TimeBase |
string |
The stream time base. |
1/48000 |
| StartTime |
number |
The start time of the audio stream, in seconds. |
0.0235 |
| Duration |
number |
The duration of the audio stream, in seconds. |
3.690667 |
| Bitrate |
integer |
The bitrate, in bit/s. |
320087 |
| FrameCount |
integer |
The total number of audio frames. |
173 |
| Lyric |
string |
The lyrics embedded in the audio stream. |
test |
| SampleFormat |
string |
The audio sample format. |
fltp |
| SampleRate |
integer |
The sampling rate, in Hz. |
48000 |
| Channels |
integer |
The number of audio channels. |
2 |
| ChannelLayout |
string |
The channel layout. |
stereo |