@editframe/api: AudioStreamSchema
AudioStreamSchema: Interface declaration
{
avg_frame_rate: string
The average frame rate
bit_rate: string
The bit rate
bits_per_sample: number
The number of bits per sample
channel_layout?: string
The channel layout
channels: number
The number of channels
codec_long_name: string
The long name of the codec
codec_name: string
The name of the codec
codec_tag: string
The tag of the codec
codec_tag_string: string
The tag string of the codec
codec_type: "audio"
The type of the codec
disposition: Record<string, unknown>
The disposition record. Subject to change, not documented.
duration: number
The duration
duration_ts: number
The duration timestamp
index: number
The index of the stream in the file
initial_padding?: number
The initial padding
r_frame_rate: string
The frame rate
sample_fmt: string
The sample format
sample_rate: string
The sample rate
start_pts?: number
The start presentation timestamp
start_time?: number
The start time
time_base: string
The time base
}