IToiAudioOverlayObserver Interface Reference


Description

Technical Preview:

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.

Note:
Services or applications may choose to inherit the adapter class TToiAudioOverlayObserverAdapter, which provides a default empty implementation of IToiAudioOverlayObserver.

import "IToiAudioOverlayObserver.idl";

List of all members.

Public Member Functions

oneway void OnStopped (in string file)

Member Function Documentation

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.

Parameters:
file The audio file that has stopped playing.