1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/**
* @ingroup file68_lib
* @file sc68/istream68_ao.h
* @author Benjamin Gerard
* @date 2007-03-08
* @brief AO stream header.
*
*/
/* $Id: istream68_ao.h 102 2009-03-14 17:21:58Z benjihan $ */
/* Copyright (C) 1998-2009 Benjamin Gerard */
/** @name AO stream
* @ingroup file68_istream
*
* Implements istream68_t for XIPH libao (audio output).
*
* @{
*/
/** Creates a stream for libao.
*
* @param fname path of file.
* @param mode bit#0 : read access, bit#1 : write access.
*
* @return stream
* @retval 0 on error
*
* @note filename is internally copied.
* @warning write mode only.
*/
istream68_t * ;
/**
* @}
*/
/* #define _FILE68_ISTREAM68_AO_H_ */