radioengine/utils/api/cradioroutableaudio.h
changeset 57 21be958eb3ce
parent 13 46974bebc798
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    38 class CRadioRoutableAudio : public CBase
    38 class CRadioRoutableAudio : public CBase
    39     {
    39     {
    40 
    40 
    41 public:
    41 public:
    42 
    42 
       
    43     /**
       
    44      * Constructor.
       
    45      * 
       
    46      * @param aAudioRouter for setting routing. Ownership is moved.
       
    47      */
    43     IMPORT_C CRadioRoutableAudio( CRadioAudioRouter* aAudioRouter );
    48     IMPORT_C CRadioRoutableAudio( CRadioAudioRouter* aAudioRouter );
    44 
    49 
    45     IMPORT_C ~CRadioRoutableAudio();
    50     IMPORT_C ~CRadioRoutableAudio();
    46 
    51 
    47     /**
    52     /**