]>
Commit | Line | Data |
---|---|---|
e8482f24 GL |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndg72x.h at 26/Feb/00 14:52:19 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxSoundFormatG72X}}\label{wxsoundformatg72x} | |
8 | ||
9 | ||
10 | G72X format | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | \helpref{wxSoundFormatBase}{wxsoundformatbase} | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | {\small \begin{verbatim} | |
19 | typedef enum { | |
20 | wxSOUND\_G721, | |
21 | wxSOUND\_G723\_24, | |
22 | wxSOUND\_G723\_40 | |
23 | } wxSoundG72XType | |
24 | \end{verbatim}} | |
25 | ||
26 | {\small \begin{verbatim} | |
27 | typedef struct g72x\_state g72state | |
28 | \end{verbatim}} | |
29 | ||
30 | This fixes a bug in Mingw95 | |
31 | ||
32 | \latexignore{\rtfignore{\wxheading{Members}}} | |
33 | ||
34 | \membersection{wxSoundFormatG72X::wxSoundFormatG72X}\label{wxsoundformatg72xwxsoundformatg72x} | |
35 | ||
36 | \func{}{wxSoundFormatG72X}{\void} | |
37 | ||
38 | ||
39 | \membersection{wxSoundFormatG72X::\destruct{wxSoundFormatG72X}}\label{wxsoundformatg72xdtor} | |
40 | ||
41 | \func{}{\destruct{wxSoundFormatG72X}}{\void} | |
42 | ||
43 | ||
44 | \membersection{wxSoundFormatG72X::SetG72XType}\label{wxsoundformatg72xsetg72xtype} | |
45 | ||
46 | \func{void}{SetG72XType}{\param{wxSoundG72XType }{type}} | |
47 | ||
48 | ||
49 | \membersection{wxSoundFormatG72X::GetG72XType}\label{wxsoundformatg72xgetg72xtype} | |
50 | ||
51 | \constfunc{wxSoundG72XType}{GetG72XType}{\void} | |
52 | ||
53 | ||
54 | \membersection{wxSoundFormatG72X::SetSampleRate}\label{wxsoundformatg72xsetsamplerate} | |
55 | ||
56 | \func{void}{SetSampleRate}{\param{wxUint32 }{srate}} | |
57 | ||
58 | ||
59 | \membersection{wxSoundFormatG72X::GetSampleRate}\label{wxsoundformatg72xgetsamplerate} | |
60 | ||
61 | \constfunc{wxUint32}{GetSampleRate}{\void} | |
62 | ||
63 | ||
64 | \membersection{wxSoundFormatG72X::GetType}\label{wxsoundformatg72xgettype} | |
65 | ||
66 | \constfunc{wxSoundFormatType}{GetType}{\void} | |
67 | ||
68 | ||
69 | \membersection{wxSoundFormatG72X::Clone}\label{wxsoundformatg72xclone} | |
70 | ||
71 | \constfunc{wxSoundFormatBase*}{Clone}{\void} | |
72 | ||
73 | ||
74 | \membersection{wxSoundFormatG72X::GetTimeFromBytes}\label{wxsoundformatg72xgettimefrombytes} | |
75 | ||
76 | \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}} | |
77 | ||
78 | ||
79 | \membersection{wxSoundFormatG72X::GetBytesFromTime}\label{wxsoundformatg72xgetbytesfromtime} | |
80 | ||
81 | \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}} | |
82 | ||
83 | ||
84 | \membersection{wxSoundFormatG72X::operator!=}\label{wxsoundformatg72xoperatorneq} | |
85 | ||
86 | \constfunc{bool}{operator!=}{\param{const wxSoundFormatBase\& }{frmt2}} | |
87 |