[core] fix documentation error for switch_core_media_bug_read()

This commit is contained in:
Chris Rienzo 2021-01-15 14:27:33 +00:00
parent ac5775b6e0
commit caca7a66d6
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_transfer_callback(switch_c
\brief Read a frame from the bug \brief Read a frame from the bug
\param bug the bug to read from \param bug the bug to read from
\param frame the frame to write the data to \param frame the frame to write the data to
\return the amount of data \return SWITCH_STATUS_SUCCESS if the operation was a success
*/ */
SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(_In_ switch_media_bug_t *bug, _In_ switch_frame_t *frame, switch_bool_t fill); SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(_In_ switch_media_bug_t *bug, _In_ switch_frame_t *frame, switch_bool_t fill);