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
44 /// @param[in] config An <code>AudioConfig</code> containing the audio config
49 Audio(const InstanceHandle& instance,
54 /// A constructor that creates an Audio resource.
58 /// @param[in] config An <code>AudioConfig</code> containing the audio config
63 Audio(const InstanceHandle& instance,
81 /// StartPlayback() starts playback of audio.
86 /// StopPlayback stops playback of audio.