uifw/EikStd/srvuiinc/eikkeysoundserver.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 64 85902f042028
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   101     virtual void Stop() = 0;
   101     virtual void Stop() = 0;
   102     virtual void SetVolume(TVolumeSetting aVolume) = 0;
   102     virtual void SetVolume(TVolumeSetting aVolume) = 0;
   103     TInt Preference();
   103     TInt Preference();
   104     TVolumeSetting Volume();
   104     TVolumeSetting Volume();
   105     virtual void DoPlay() = 0;
   105     virtual void DoPlay() = 0;
   106     TBool IsWaittingPlay();
       
   107     void SetDestroyAfterPlay(TBool aDestroyAfterPlay);
       
   108 protected:
   106 protected:
   109     TInt iPriority;
   107     TInt iPriority;
   110     TInt iPreference;
   108     TInt iPreference;
   111     TBool iWaittingPlay;
       
   112     TBool iDestroyAfterPlay;
       
   113     TVolumeSetting iVolume;
   109     TVolumeSetting iVolume;
   114     };
   110     };
   115 
   111 
   116 
   112 
   117 // Key sound server
   113 // Key sound server