ADTF  3.18.2
adtf::services::quiet Namespace Reference

Namespace for all service interfaces provided since v3.16. More...

Classes

class  IApplication
 The IApplication interface wraps a generic processing loop. More...
 
class  IPlayer
 ADTF Playback Service Control interface to control the ADTF Player. More...
 
class  IRecordingFile
 Interface for manipulating recording files. More...
 
class  ISampleStreamTracer
 Interface for listening to sample stream traces that are available via the sample stream trace provider. More...
 

Functions

tResult get_player (adtf::ucom::object_ptr< IPlayer > &pPlayer)
 Gets the current registered player instance. More...
 

Detailed Description

Namespace for all service interfaces provided since v3.16.

Function Documentation

◆ get_player()

tResult adtf::services::quiet::get_player ( adtf::ucom::object_ptr< IPlayer > &  pPlayer)
inline

Gets the current registered player instance.

Return values
ERR_NOERRORSucceeded.
ERR_NOTFOUNDNo object found with IPlayer interface. Make sure the Playback Service is registered.

Definition at line 424 of file player_intf.h.

References _runtime, and IRuntime::GetObject().