[ type ] AudioStream

Description:

Describes an audio stream in the media.

Type: Object

Properties:

Name Type Description

sampleRate

number

Sample rate of the audio stream in Hz.

channels

number

Number of audio channels (1 - mono, 2 - stereo, etc.)

bitDepth

number

Bit depth of the audio samples.

codec

string

Codec used to encode the audio stream (e.g., "aac").

default

boolean

Indicates if this is the default audio stream.

Also See: