Searched refs:sendSourceStateChangeNotification (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h713 void SetPlaybackState(ALuint inState, bool sendSourceStateChangeNotification=false);
H A DoalSource.cpp2464 void OALSource::SetPlaybackState(ALuint inState, bool sendSourceStateChangeNotification) argument
2473 //sendSourceStateChangeNotification is set to false by default
2474 if (mSourceNotifications && sendSourceStateChangeNotification)

Completed in 301 milliseconds