IToiMediaSessionObserver Interface Reference


Description

This is implemented by applications to receive asynchronous notifications about parameter changes.

IToiMediaSessionObserver implementation in the IToiMediaService::OpenSession() method.

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

import "IToiMediaSessionObserver.idl";

List of all members.

Public Member Functions

oneway void OnParameterChanged (in string name)

Member Function Documentation

oneway void IToiMediaSessionObserver::OnParameterChanged ( in string  name  ) 

Tells the observer that the value has changed for one of the parameters that the observer is subscribing to.

Parameters:
name The name of the changed parameter.