]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/mmedia/sndfrmt.tex
Doc edits; adding mmedia.rsp; added STC BC++ makefiles
[wxWidgets.git] / contrib / docs / latex / mmedia / sndfrmt.tex
1 %
2 % automatically generated by HelpGen from
3 % /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndbase.h at 26/Feb/00 14:23:29
4 %
5
6
7 \section{\class{wxSoundFormatBase}}\label{wxsoundformatbase}
8
9
10 Base class for sound format specification
11
12 \wxheading{Derived from}
13
14 No base class
15
16 \wxheading{Data structures}
17
18 {\small \begin{verbatim}
19 typedef enum {
20 wxSOUND\_NOFORMAT,
21 wxSOUND\_PCM,
22 wxSOUND\_ULAW,
23 wxSOUND\_G72X,
24 wxSOUND\_MSADPCM
25 } wxSoundFormatType
26 \end{verbatim}}
27
28 wxSoundFormatType: it specifies the format family of the sound data
29 which will be passed to the stream.
30
31 \latexignore{\rtfignore{\wxheading{Members}}}
32
33 \membersection{wxSoundFormatBase::wxSoundFormatBase}\label{wxsoundformatbasewxsoundformatbase}
34
35 \func{}{wxSoundFormatBase}{\void}
36
37
38 \membersection{wxSoundFormatBase::\destruct{wxSoundFormatBase}}\label{wxsoundformatbasedtor}
39
40 \func{}{\destruct{wxSoundFormatBase}}{\void}
41
42
43 \membersection{wxSoundFormatBase::GetType}\label{wxsoundformatbasegettype}
44
45 \constfunc{wxSoundFormatType}{GetType}{\void}
46
47 It returns a "standard" format type.
48
49
50 \membersection{wxSoundFormatBase::Clone}\label{wxsoundformatbaseclone}
51
52 \constfunc{wxSoundFormatBase*}{Clone}{\void}
53
54 It clones the current format.
55
56
57 \membersection{wxSoundFormatBase::GetTimeFromBytes}\label{wxsoundformatbasegettimefrombytes}
58
59 \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
60
61
62 \membersection{wxSoundFormatBase::GetBytesFromTime}\label{wxsoundformatbasegetbytesfromtime}
63
64 \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
65
66
67 \membersection{wxSoundFormatBase::operator!=}\label{wxsoundformatbaseoperatorneq}
68
69 \constfunc{bool}{operator!=}{\param{const wxSoundFormatBase\& }{frmt2}}