diff options
Diffstat (limited to 'ppapi/c/ppb_audio_config.h')
-rw-r--r-- | ppapi/c/ppb_audio_config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ppapi/c/ppb_audio_config.h b/ppapi/c/ppb_audio_config.h index 1e503e7..6135263 100644 --- a/ppapi/c/ppb_audio_config.h +++ b/ppapi/c/ppb_audio_config.h @@ -159,8 +159,9 @@ struct PPB_AudioConfig { * @param[in] config A <code>PP_Resource</code> containing the audio config * resource. * @return A <code>uint32_t</code> containing sample frame count or - * 0 if the resource is invalid. See <code>RecommendSampleFrameCount</code> - * for more on sample frame counts. + * 0 if the resource is invalid. Refer to + * <code>RecommendSampleFrameCount</code> for more information on sample + * frame counts. */ uint32_t (*GetSampleFrameCount)(PP_Resource config); }; |