Home | History | Annotate | Download | only in cpp

Lines Matching refs:Resource

10 #include "ppapi/cpp/resource.h"
14 /// audio configuration resource within the browser.
20 /// A 16 bit stereo AudioConfig resource. Refer to the
52 /// // Then use the config to create your audio resource.
57 class AudioConfig : public Resource {
59 /// An empty constructor for an <code>AudioConfig</code> resource.
64 /// resulting resource will be is_null(). You can pass the result of
67 /// @param[in] instance The instance associated with this resource.
83 /// @param[in] instance The instance associated with this resource.
99 /// @param[in] instance The instance associated with this resource.