summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/audio.h')
-rw-r--r--ppapi/cpp/audio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/cpp/audio.h b/ppapi/cpp/audio.h
index cc98e56..48bb40e 100644
--- a/ppapi/cpp/audio.h
+++ b/ppapi/cpp/audio.h
@@ -64,9 +64,13 @@ class Audio : public Resource {
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: