IAudioOverlayService Interface Reference


Description

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";

List of all members.

Public Member Functions

oneway void PlayInternal (in string file)
oneway void StopInternal ()

Member Function Documentation

oneway void IAudioOverlayService::PlayInternal ( in string  file  ) 

Plays the given supported audio file. Any current active playback will be stopped.

Parameters:
file The audio file to play.
oneway void IAudioOverlayService::StopInternal (  ) 

Stops the current active playback.