This is implemented by applications to receive asynchronous notifications about parameter changes.
IToiMediaSessionObserver implementation in the IToiMediaService::OpenSession() method.
import "IToiMediaSessionObserver.idl";
Public Member Functions | |
oneway void | OnParameterChanged (in string name) |
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.
name | The name of the changed parameter. |