@@ -96,7 +96,7 @@ typedef struct IAMF_StreamInfo {
9696 IA_Profile additional_profile ; /**< Additional IAMF profile */
9797
9898 IAMF_CodecID codec_ids [IAMF_MAX_CODECS ];
99- IAMF_SampleBitDepth sampling_rate ; /**< Output sampling rate */
99+ IAMF_SamplingRate sampling_rate ; /**< Output sampling rate */
100100 /**< Number of samples per channel per frame */
101101 uint32_t samples_per_channel_in_frame ;
102102
@@ -284,7 +284,7 @@ int IAMF_decoder_set_normalization_loudness(IAMF_DecoderHandle handle,
284284 * @brief Set pcm output bitdepth.
285285 * @param [in] handle : iamf decoder handle.
286286 * @param [in] bit_depth : target bit depth in bit. Must be one of the
287- * values defined in @ref iamf_sample_bit_depth_t
287+ * values defined in @ref IAMF_SampleBitDepth
288288 * (16, 24, or 32 bits).
289289 * @return @ref IAErrCode.
290290 */
@@ -320,7 +320,7 @@ float IAMF_decoder_peak_limiter_get_threshold(IAMF_DecoderHandle handle);
320320 * @brief Set pcm output sampling rate.
321321 * @param [in] handle : iamf decoder handle.
322322 * @param [in] rate : sampling rate. Must be one of the values defined in
323- * @ref IAMF_SampleBitDepth (7350, 8000, 11025, 16000,
323+ * @ref IAMF_SamplingRate (7350, 8000, 11025, 16000,
324324 * 22050, 24000, 32000, 44100, 48000, 64000, 88200,
325325 * 96000, 176400, or 192000 Hz).
326326 * @return @ref IAErrCode.
0 commit comments