代码搜索:Audio
找到约 10,000 项符合「Audio」的源代码
代码结果 10,000
www.eeworm.com/read/191418/5165807
pkg audio1.pkg
;
; audio1 Installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"Audio1"},(0x101ffac1),1,0,0
www.eeworm.com/read/191418/5165810
hrh audio1.hrh
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO_HRH__
#define __AUDIO_HRH__
enum TAudioIds
{
ECmdOpenFile = 1,
ECmdPlay,
ECmdStop
};
/** Tone
www.eeworm.com/read/191418/5165812
pan audio1.pan
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO1_PAN__
#define __AUDIO1_PAN__
/** Application panic codes */
enum TAudio1Panics
{
EAudio1BasicUi
www.eeworm.com/read/191418/5165815
rss audio1.rss
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
NAME AUD1
#include
#include
#include
#include
#include
www.eeworm.com/read/191418/5165817
mmp audio1.mmp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
TARGET Audio1.app
TARGETTYPE app
UID 0x100039CE 0x101ffac1
TARGETPATH \system\apps\Au
www.eeworm.com/read/191418/5165822
cpp audio1.cpp
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#include "Audio1app.h"
GLDEF_C TInt E32Dll(TDllReason)
{
return KErrNone;
}
EXPORT_C CApaApplication* NewApp
www.eeworm.com/read/191418/5165861
pkg audio4.pkg
;
; audio4 Installation script.
;
;
; Specify the supported languages; items must appear in this order subsequently
&EN
;
; The installation name and header data
#{"Audio4"},(0x101ffac4),1,0,0
www.eeworm.com/read/191418/5165867
hrh audio4.hrh
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO4_HRH__
#define __AUDIO4_HRH__
/** Enumerated command codes */
enum TAudioIds
{
ECmdOpenFile = 1,
EC
www.eeworm.com/read/191418/5165868
pan audio4.pan
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
#ifndef __AUDIO4_PAN__
#define __AUDIO4_PAN__
/** Application panic codes */
enum TAudio4Panics
{
EAudio4BasicUi
www.eeworm.com/read/191418/5165871
rss audio4.rss
/* Copyright (c) 2004, Symbian Software Ltd. All rights reserved */
NAME AUD4
#include
#include
#include
#include
#include