⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soundmixerapp.h

📁 演示如何在S60进行混音。如果不进行手动混音就无法同时播放多个音效。
💻 H
字号:
   /*
    *
============================================================================
    *  Name     : SoundMixerApp.h
    *  Part of  : SoundMixer
    *  Created  : 03/01/2003 by Forum Nokia
    *  Description:
    *     This is the project specification file for SoundMixer.
    *     Initial content was generated by Series 60 AppWizard.
    *
    *  Version  : 1.0.0
    *  Copyright: Forum Nokia
    *
============================================================================
    */


#ifndef SOUNDMIXERAPP_H
#define SOUNDMIXERAPP_H

#include <aknapp.h>

const TUid KUidSoundMixer = { 0x101FF1C6 };

class CSoundMixerApp : public CAknApplication
    {
    
    public: // Functions from base classes
    private:

        /**
        * From CApaApplication, creates CSoundMixerDocument document object.
        * @return A pointer to the created document object.
        */
        CApaDocument* CreateDocumentL();
        
        /**
        * From CApaApplication, returns application's UID (KUidSoundMixer).
        * @return The value of KUidSoundMixer.
        */
        TUid AppDllUid() const;
    };

#endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -