代码搜索结果

找到约 10,000 项符合 Audio 的代码

animatedaudioplayer.java

/** * Copyright 2001 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and * redistribution of this file, and for a DISCLAIMER OF ALL * WARRANTIES. */ package co

abplay.h

#include /* Audio state definitions */ #define IDLE 0 /* Nothing happenin' */ #define DRAIN 1 /* No new input, but device still playing */ #define PLAY 2 /* Active playing */

history

A/B Tool Revision history Still To Do: Plot window. Should use XView 3.2 file chooser instead of gfm. Load/Save Segment boundaries. Implement play command and other audio devices.

277.txt

Rule: -- Sid: 277 -- Summary: This event is generated when a remote attacker transmits a malformed request for a page on a RealNetworks RealServer port, which can indicate a Denial of Service (DoS)

276.txt

Rule: -- Sid: 276 -- Summary: This event is generated when a remote attacker transmits a malformed request for a page on a RealNetworks RealServer port, which can indicate a Denial of Service (DoS)

bugs

If you find a bug, please check for and report it in the sourceforge bug tracking system: http://sourceforge.net/tracker/?atid=733194&group_id=135704&func=browse Old list of known bugs from 0.59r:

readme.avilib

avilib: Reading and writing avi files ===================================== Copyright (C) 1999 Rainer Johanni avilib is a open source library for dealing with AVI files under Lin

testwavaudiostreamer.cpp

/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio

iaudioplayer.java

package tcpSoundCommunication; import java.io.*; import java.net.*; public interface IAudioPlayer { /* Load the audio from a URL */ public void loadAudio(URL url) throws Exception; /* Lo

audioitem.java

/* * @(#)AudioItem.java 1.26f 95/03/22 James Gosling * * Copyright (c) 1994 Sun Microsystems, Inc. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software *