Chromium Code Reviews| Index: ppapi/cpp/audio.h |
| =================================================================== |
| --- ppapi/cpp/audio.h (revision 96394) |
| +++ 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: |