Searched defs:DecodedAudioFrame (Results 1 – 1 of 1) sorted by relevance
32 struct DecodedAudioFrame { struct33 uint32_t substream_id;34 InternalTimestamp start_timestamp; // Start time of this frame. Measured in36 InternalTimestamp end_timestamp; // End time of this frame. Measured in38 uint32_t samples_to_trim_at_end;39 uint32_t samples_to_trim_at_start;42 std::vector<std::vector<int32_t>> decoded_samples;45 DownMixingParams down_mixing_params;48 ReconGainInfoParameterData recon_gain_info_parameter_data;51 const AudioElementWithData* audio_element_with_data;