]>
Commit | Line | Data |
---|---|---|
e8482f24 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndoss.h at 26/Feb/00 14:26:53 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxSoundStreamOSS}}\label{wxsoundstreamoss} | |
8 | ||
9 | ||
10 | OSS output class | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | \helpref{wxSoundStream}{wxsoundstream} | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | \latexignore{\rtfignore{\wxheading{Members}}} | |
19 | ||
20 | ||
21 | \membersection{wxSoundStreamOSS::wxSoundStreamOSS}\label{wxsoundstreamosswxsoundstreamoss} | |
22 | ||
23 | \func{}{wxSoundStreamOSS}{\param{const wxString\& }{dev\_name = \_T("/dev/dsp")}} | |
24 | ||
25 | ||
26 | \membersection{wxSoundStreamOSS::\destruct{wxSoundStreamOSS}}\label{wxsoundstreamossdtor} | |
27 | ||
28 | \func{}{\destruct{wxSoundStreamOSS}}{\void} | |
29 | ||
30 | ||
31 | \membersection{wxSoundStreamOSS::Read}\label{wxsoundstreamossread} | |
32 | ||
33 | \func{wxSoundStream\&}{Read}{\param{void* }{buffer}, \param{wxUint32 }{len}} | |
34 | ||
35 | ||
36 | \membersection{wxSoundStreamOSS::Write}\label{wxsoundstreamosswrite} | |
37 | ||
38 | \func{wxSoundStream\&}{Write}{\param{const void* }{buffer}, \param{wxUint32 }{len}} | |
39 | ||
40 | ||
41 | \membersection{wxSoundStreamOSS::GetBestSize}\label{wxsoundstreamossgetbestsize} | |
42 | ||
43 | \constfunc{wxUint32}{GetBestSize}{\void} | |
44 | ||
45 | ||
46 | \membersection{wxSoundStreamOSS::SetSoundFormat}\label{wxsoundstreamosssetsoundformat} | |
47 | ||
48 | \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}} | |
49 | ||
50 | ||
51 | \membersection{wxSoundStreamOSS::StartProduction}\label{wxsoundstreamossstartproduction} | |
52 | ||
53 | \func{bool}{StartProduction}{\param{int }{evt}} | |
54 | ||
55 | ||
56 | \membersection{wxSoundStreamOSS::StopProduction}\label{wxsoundstreamossstopproduction} | |
57 | ||
58 | \func{bool}{StopProduction}{\void} | |
59 | ||
60 | ||
61 | \membersection{wxSoundStreamOSS::QueueFilled}\label{wxsoundstreamossqueuefilled} | |
62 | ||
63 | \constfunc{bool}{QueueFilled}{\void} | |
64 | ||
65 | ||
66 | \membersection{wxSoundStreamOSS::WakeUpEvt}\label{wxsoundstreamosswakeupevt} | |
67 | ||
68 | \func{void}{WakeUpEvt}{\param{int }{evt}} | |
69 | ||
70 | You should not call this. | |
71 |