Commit 939783ab authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

aout: document time_get return value

parent db978fb3
...@@ -155,6 +155,7 @@ struct audio_output ...@@ -155,6 +155,7 @@ struct audio_output
* (optional, may be NULL). The read offset is not returned since it is * (optional, may be NULL). The read offset is not returned since it is
* always implicitly equal to the current time (mdate()). * always implicitly equal to the current time (mdate()).
* \param write_pts timestamp of the write offset [OUT] * \param write_pts timestamp of the write offset [OUT]
* \return 0 on success, non-zero on failure or lack of data
* \note A stream must have been started when called. * \note A stream must have been started when called.
*/ */
void (*play)(audio_output_t *, block_t *); void (*play)(audio_output_t *, block_t *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment