[ type ] AudioStream
Description:
Describes an audio stream in the media.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
number | Sample rate of the audio stream in Hz. |
|
number | Number of audio channels (1 - mono, 2 - stereo, etc.) |
|
number | Bit depth of the audio samples. |
|
string | Codec used to encode the audio stream (e.g., |
|
boolean | Indicates if this is the default audio stream. |
