代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.pan
// Copyright (c) 2004, Nokia. All rights reserved.
#ifndef __SOUND_H__
#define __SOUND_H__
// Panic Category
_LIT( KSound, "Sound" );
_LIT( KPlayerAdapter, "CPlayerAdapter" );
_LIT( KRe
sound.hrh
// Copyright (c) 2004, Nokia. All rights reserved.
#ifndef __SOUND_HRH__
#define __SOUND_HRH__
// Sound enumerate command codes
enum TSoundCommands
{
ESoundCmdPlay=100,
E
sound.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include "SoundApp.h"
// ========================== OTHER EXPORTED FUNCTIONS =========================
// ----------
sound.mmp
// Copyright (c) 2004, Nokia. All rights reserved.
TARGET sound.app
TARGETTYPE app
UID 0x100039ce 0x10005BC6
TARGETPATH \system\apps\sound
SOURCEPATH ..\sr
sound.pm
# ====================================================================
# Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.
# This program is free software; you can redistribute it and/or
sound.t
BEGIN { $| = 1;}
use SWF qw(:ALL);
#use SWF;
require 't/config.pl';
my $filename = ming_dir() . '/examples/common/distortobass.mp3';
skip_test() unless (-e $filename);
print "1..3\n";
my $movie = ne
sound.xs
/* ====================================================================
* Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.
* This program is free software; you can redistribute it and
sound.c
/*
Ming, an SWF output library
Copyright (C) 2002 Opaque Industries - http://www.opaque.net/
This library is free software; you can redistribute it and/or
modify it under the terms o
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* Title: LianLianKan
* Description: 连连看
* Copyright: Copyright (c) 2004
*