Home | History | Annotate | Download | only in cpp

Lines Matching defs:Audio

14 /// This file defines the API to create realtime stereo audio streaming
21 /// An audio resource. Refer to the
22 /// <a href="/native-client/devguide/coding/audio">Audio</a>
24 class Audio : public Resource {
27 /// An empty constructor for an Audio resource.
28 Audio() {}
30 /// A constructor that creates an Audio resource. No sound will be heard
36 /// as low-latency audio), the callback should avoid blocking or calling
38 /// of the buffer passed to the audio callback will be determined by
45 /// @param[in] config An <code>AudioConfig</code> containing the audio config
52 Audio(const InstanceHandle& instance,
70 /// StartPlayback() starts playback of audio.
75 /// StopPlayback stops playback of audio.