mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/FileAudioOutput/Inc/FileAudioOutput.h
branchRCL_3
changeset 18 a36789189b53
parent 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
17:60e492b28869 18:a36789189b53
   298         * Callback function from CFAOEventGenerator when an IO error occurs.
   298         * Callback function from CFAOEventGenerator when an IO error occurs.
   299         * @since 3.0
   299         * @since 3.0
   300         * @param   aError a system-wide error code.
   300         * @param   aError a system-wide error code.
   301         * @return  -
   301         * @return  -
   302         */
   302         */
       
   303        
   303         virtual void IOError(TInt aError);
   304         virtual void IOError(TInt aError);
       
   305         
       
   306         /**
       
   307         * From MAdvancedAudioDecoderObserver
       
   308         * Callback function from CAdvancedAudioDecoder to return if source is position or time seekable
       
   309         * 
       
   310         * @param None
       
   311         * @return TBool
       
   312         */
       
   313         virtual TBool IsTimePosSeekable();
   304 
   314 
   305     private:
   315     private:
   306 
   316 
   307         /**
   317         /**
   308         * C++ default constructor.
   318         * C++ default constructor.