This internal interface provides methods for platform services to play sounds. The platform services have higher priority than applications. This is used for ARIB CC/CS.
import "IAudioOverlayService.idl";
Public Member Functions | |
oneway void | PlayInternal (in string file) |
oneway void | StopInternal () |
oneway void IAudioOverlayService::PlayInternal | ( | in string | file | ) |
Plays the given supported audio file. Any current active playback will be stopped.
file | The audio file to play. |
oneway void IAudioOverlayService::StopInternal | ( | ) |
Stops the current active playback.