代码搜索:Audio

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

代码结果 10,000
www.eeworm.com/read/385462/2590443

h audio_pt_int.h

#ifndef QEMU_AUDIO_PT_INT_H #define QEMU_AUDIO_PT_INT_H #include struct audio_pt { const char *drv; pthread_t thread; pthread_cond_t cond; pthread_mutex_t mutex; }; int
www.eeworm.com/read/385253/2593559

svn-base audio.cpp.svn-base

#include "Audio.h" Audio::Audio(void) { } Audio::~Audio(void) { } int Audio::PlayMusic(char* file_path) { return 0; }
www.eeworm.com/read/385253/2593582

svn-base audio.h.svn-base

#pragma once class Audio { public: Audio(void); public: ~Audio(void); public: int PlayMusic(char* file_path); };
www.eeworm.com/read/381490/2643572

h dg_audio_player.h

/* * This file is part of Ambulant Player, www.ambulantplayer.org. * * Copyright (C) 2003-2007 Stichting CWI, * Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. * * Ambulant Player is free so
www.eeworm.com/read/381490/2643579

h dg_audio_renderer.h

/* * This file is part of Ambulant Player, www.ambulantplayer.org. * * Copyright (C) 2003-2007 Stichting CWI, * Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. * * Ambulant Player is free so
www.eeworm.com/read/381490/2643613

h dx_audio_player.h

/* * This file is part of Ambulant Player, www.ambulantplayer.org. * * Copyright (C) 2003-2007 Stichting CWI, * Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. * * Ambulant Player is free so
www.eeworm.com/read/381490/2643640

h gstreamer_audio_renderer.h

/* * This file is part of Ambulant Player, www.ambulantplayer.org. * * Copyright (C) 2003-2007 Stichting CWI, * Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. * * Ambulant Player is free so
www.eeworm.com/read/381490/2644106

cpp dg_audio_renderer.cpp

// This file is part of Ambulant Player, www.ambulantplayer.org. // // Copyright (C) 2003-2007 Stichting CWI, // Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. // // Ambulant Player is free softw
www.eeworm.com/read/381490/2644113

cpp dg_audio_player.cpp

// This file is part of Ambulant Player, www.ambulantplayer.org. // // Copyright (C) 2003-2007 Stichting CWI, // Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. // // Ambulant Player is free softw
www.eeworm.com/read/381490/2644138

cpp dx_audio_player.cpp

// This file is part of Ambulant Player, www.ambulantplayer.org. // // Copyright (C) 2003-2007 Stichting CWI, // Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. // // Ambulant Player is free softw