This interface is a TECHNICAL PREVIEW, it may change.
IToiAudioOverlayObserver may be implemented by applications registering with IToiAudioOverlayService to be notified when an audio file has been stopped or played to the end.
import "IToiAudioOverlayObserver.idl";
Public Member Functions | |
oneway void | OnStopped (in string file) |
oneway void IToiAudioOverlayObserver::OnStopped | ( | in string | file | ) |
Called when the Audio Overlay Service has stopped playback, either by an application calling IToiAudioOverlayService::Stop(), if it has finished playing or if the playback is interrupted for any other reason.
file | The audio file that has stopped playing. |