| Index: native_client_sdk/src/doc/cpp-api.rst
|
| diff --git a/native_client_sdk/src/doc/cpp-api.rst b/native_client_sdk/src/doc/cpp-api.rst
|
| index 3e13ab3b3bce0cdf12e20a83d2bb300d47c2993b..b37827441fb2152d61f1d11e8d06dcbe31458842 100644
|
| --- a/native_client_sdk/src/doc/cpp-api.rst
|
| +++ b/native_client_sdk/src/doc/cpp-api.rst
|
| @@ -7,8 +7,8 @@
|
| Pepper C++ API Reference (Stable)
|
| ############################################
|
|
|
| -This page lists the C++ API for Pepper 40. Apps that use this API can
|
| -run in Chrome 40 or higher.
|
| +This page lists the C++ API for Pepper 47. Apps that use this API can
|
| +run in Chrome 47 or higher.
|
|
|
| `Classes <pepper_stable/cpp/inherits.html>`__
|
| ==================================================
|
| @@ -18,6 +18,8 @@ run in Chrome 40 or higher.
|
|
|
| * `AudioConfig <pepper_stable/cpp/classpp_1_1_audio_config.html>`__
|
|
|
| + * `AudioEncoder <pepper_stable/cpp/classpp_1_1_audio_encoder.html>`__
|
| +
|
| * `CompletionCallback <pepper_stable/cpp/classpp_1_1_completion_callback.html>`__
|
|
|
| * `CompletionCallbackFactory <pepper_stable/cpp/classpp_1_1_completion_callback_factory.html>`__
|
| @@ -126,6 +128,8 @@ run in Chrome 40 or higher.
|
|
|
| * `VideoDecoder <pepper_stable/cpp/classpp_1_1_video_decoder.html>`__
|
|
|
| + * `VideoEncoder <pepper_stable/cpp/classpp_1_1_video_encoder.html>`__
|
| +
|
| * `VideoFrame <pepper_stable/cpp/classpp_1_1_video_frame.html>`__
|
|
|
| * `View <pepper_stable/cpp/classpp_1_1_view.html>`__
|
| @@ -145,6 +149,8 @@ Files
|
|
|
| * `audio_config.h <pepper_stable/cpp/audio__config_8h.html>`__
|
|
|
| + * `audio_encoder.h <pepper_stable/cpp/audio__encoder_8h.html>`__
|
| +
|
| * `completion_callback.h <pepper_stable/cpp/completion__callback_8h.html>`__
|
|
|
| * `completion_callback_factory.h <pepper_stable/cpp/completion__callback__factory_8h.html>`__
|
| @@ -243,6 +249,8 @@ Files
|
|
|
| * `video_decoder.h <pepper_stable/cpp/video__decoder_8h.html>`__
|
|
|
| + * `video_encoder.h <pepper_stable/cpp/video__encoder_8h.html>`__
|
| +
|
| * `video_frame.h <pepper_stable/cpp/video__frame_8h.html>`__
|
|
|
| * `view.h <pepper_stable/cpp/view_8h.html>`__
|
|
|