ref: ef1ba7ed5da0ddfd59b1b6d828c44db598dcca4f
dir: /oss.h/
/* XMMS - Cross-platform multimedia player
* Copyright (C) 1998-1999 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef _SNDOSS_H
#define _SNDOSS_H
#include "config.h"
#include "audio_plugin.h"
typedef struct
{
int audio_device;
int mixer_device;
int buffer_size;
int prebuffer;
int fragment_count;
}
OSSConfig;
#endif /* _SNDOSS_H */