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

📄 soundmixer.rss

📁 A sound mixer example in Symbian OS, see readme.txt for details
💻 RSS
字号:
   /*
    *
============================================================================
    *  Name     : SoundMixer.rss
    *  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
    *
============================================================================
    */


//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

#include <eikon.rh>
#include "soundmixer.hrh"
#include "soundmixer.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>


//  CONSTANTS  
//#define ?constant   ?value


//  MACROS  
//#define ?macro


//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="SoundMixer"; }

RESOURCE EIK_APP_INFO
    {
    hotkeys=r_soundmixer_hotkeys;
    menubar=r_soundmixer_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
    }

//----------------------------------------------------
//   
//    r_soundmixer_hotkeys
//    ?description
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_soundmixer_hotkeys
    {
    control=
        {
        HOTKEY { command=EAknCmdExit; key='e'; }
        };
    }

//----------------------------------------------------
//   
//    r_soundmixer_menubar
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_soundmixer_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=r_soundmixer_menu; txt="File"; }
        };
    }

//----------------------------------------------------
//   
//    r_soundmixer_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_soundmixer_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
        MENU_ITEM { command=ESoundMixerCmdStartMixer; txt="Start mixer"; },
        MENU_ITEM { command=ESoundMixerCmdStopMixer; txt="Stop mixer"; },
        MENU_ITEM { command=ESoundMixerCmdVolumeUp; txt="Volume up"; },
        MENU_ITEM { command=ESoundMixerCmdVolumeDown; txt="Volume down"; }
        };
    }



            
// End of File

⌨️ 快捷键说明

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