⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soundplayer.cc

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 CC
字号:
/* MPEG/WAVE Sound library   (C) 1997 by Jung woo-jae */// Soundplayer.cc// Superclass of Rawplayer and Rawtofile// It's used for set player of Mpegtoraw & Wavetoraw#ifdef HAVE_CONFIG_H#include "config.h"#endif#include "mpegsound.h"/*********************//* Soundplayer class *//*********************/Soundplayer::~Soundplayer(){    // Nothing...}voidSoundplayer::abort(void){    // Nothing....}intSoundplayer::getprocessed(void){    return 0;}boolSoundplayer::resetsoundtype(void){    return true;}intSoundplayer::getblocksize(void){    return 1024;		// Default value}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -