代码搜索:Audio
找到约 10,000 项符合「Audio」的源代码
代码结果 10,000
www.eeworm.com/read/358878/2982155
mmp audio4.mmp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
TARGET Audio4.app
TARGETTYPE app
UID 0x100039CE 0x101ffac4
TARGETPATH \system\apps\Au
www.eeworm.com/read/358878/2982161
cpp audio4.cpp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#include "Audio4app.h"
GLDEF_C TInt E32Dll(TDllReason)
{
return KErrNone;
}
EXPORT_C CApaApplication* NewApp
www.eeworm.com/read/358878/2982260
pkg audio3.pkg
;
; audio3 Installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"Audio3"},(0x101ffac3),1,0,0
www.eeworm.com/read/358878/2982261
pan audio3.pan
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO3_PAN__
#define __AUDIO3_PAN__
/** Application panic codes */
enum TAudio3Panics
{
EAudio3BasicUi
www.eeworm.com/read/358878/2982263
hrh audio3.hrh
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO3_HRH__
#define __AUDIO3_HRH__
/** Enumerated command codes */
enum TAudioIds
{
ECmdOpenFile = 1,
EC
www.eeworm.com/read/358878/2982270
rss audio3.rss
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
NAME AUD3
#include
#include
#include
#include
#include
www.eeworm.com/read/358878/2982271
mmp audio3.mmp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
TARGET Audio3.app
TARGETTYPE app
UID 0x100039CE 0x101ffac3
TARGETPATH \system\apps\Au
www.eeworm.com/read/358878/2982272
cpp audio3.cpp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#include "Audio3app.h"
GLDEF_C TInt E32Dll(TDllReason)
{
return KErrNone;
}
EXPORT_C CApaApplication* NewApp
www.eeworm.com/read/358878/2982278
pkg audio2.pkg
;
; audio2 Installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"Audio2"},(0x101ffac2),1,0,0
www.eeworm.com/read/358878/2982279
hrh audio2.hrh
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO_HRH__
#define __AUDIO_HRH__
/** Enumerated command codes */
enum TAudioIds
{
ECmdRecord = 1,
ECmdPl