Searched defs:m_isLooping (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.h74 bool looping() const { return m_isLooping; }
75 void setLooping(bool looping) { m_isLooping = looping; }
96 // If m_isLooping is false, then this node will be done playing and become inactive after it reaches the end of the sample data in the buffer.
98 bool m_isLooping; member in class:WebCore::AudioBufferSourceNode
101 // This will only be set to true if m_isLooping == false.

Completed in 311 milliseconds