Index: ppapi/cpp/audio.h |
=================================================================== |
--- ppapi/cpp/audio.h (revision 96788) |
+++ ppapi/cpp/audio.h (working copy) |
@@ -64,9 +64,13 @@ |
const AudioConfig& config() const { return config_; } |
/// StartPlayback() starts playback of audio. |
+ /// |
+ /// @return true if successful, otherwise false. |
bool StartPlayback(); |
/// StopPlayback stops playback of audio. |
+ /// |
+ /// @return true if successful, otherwise false. |
bool StopPlayback(); |
private: |