Searched refs:wxSoundFormatBase (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfrmt.tex7 \section{\class{wxSoundFormatBase}}\label{wxsoundformatbase}
33 \membersection{wxSoundFormatBase::wxSoundFormatBase}\label{wxsoundformatbasewxsoundformatbase}
35 \func{}{wxSoundFormatBase}{\void}
38 \membersection{wxSoundFormatBase::\destruct{wxSoundFormatBase}}\label{wxsoundformatbasedtor}
40 \func{}{\destruct{wxSoundFormatBase}}{\void}
43 \membersection{wxSoundFormatBase::GetType}\label{wxsoundformatbasegettype}
50 \membersection{wxSoundFormatBase::Clone}\label{wxsoundformatbaseclone}
52 \constfunc{wxSoundFormatBase*}{Clon
[all...]
H A Dsndfulaw.tex14 \helpref{wxSoundFormatBase}{wxsoundformatbase}
58 \constfunc{wxSoundFormatBase*}{Clone}{\void}
73 \constfunc{bool}{operator!=}{\param{const wxSoundFormatBase\& }{frmt2}}
H A Dsndfg72x.tex14 \helpref{wxSoundFormatBase}{wxsoundformatbase}
71 \constfunc{wxSoundFormatBase*}{Clone}{\void}
86 \constfunc{bool}{operator!=}{\param{const wxSoundFormatBase\& }{frmt2}}
H A Dsndfpcm.tex14 \helpref{wxSoundFormatBase}{wxsoundformatbase}
88 \constfunc{wxSoundFormatBase*}{Clone}{\void}
103 \constfunc{bool}{operator!}{\param{const wxSoundFormatBase\& }{frmt2}}
H A Dsndulaw.tex43 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndwave.tex85 \func{wxSoundFormatBase*}{HandleInputPCM}{\param{wxDataOutputStream\& }{data}}
90 \func{wxSoundFormatBase*}{HandleInputG72X}{\param{wxDataOutputStream\& }{data}}
H A Dsndesd.tex41 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndg72x.tex43 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndoss.tex48 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndpcm.tex47 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
H A Dsndrter.tex32 \func{bool}{SetSoundFormat}{\param{const wxSoundFormatBase\& }{format}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndbase.cpp22 // wxSoundFormatBase
25 wxSoundFormatBase::wxSoundFormatBase() function in class:wxSoundFormatBase
29 wxSoundFormatBase::~wxSoundFormatBase()
33 wxSoundFormatBase *wxSoundFormatBase::Clone() const
35 wxLogFatalError(wxT("In wxSoundFormatBase::Clone() but I should")
40 bool wxSoundFormatBase::operator!=(const wxSoundFormatBase
[all...]
H A Dsndpcm.cpp60 wxSoundFormatBase *wxSoundFormatPcm::Clone() const
84 bool wxSoundFormatPcm::operator!=(const wxSoundFormatBase& format) const
H A Dsndulaw.cpp59 wxSoundFormatBase *wxSoundFormatUlaw::Clone() const
78 bool wxSoundFormatUlaw::operator !=(const wxSoundFormatBase& frmt2) const
157 bool wxSoundStreamUlaw::SetSoundFormat(const wxSoundFormatBase& format)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndbase.h93 class WXDLLIMPEXP_MMEDIA wxSoundFormatBase { class
95 wxSoundFormatBase();
96 virtual ~wxSoundFormatBase();
101 virtual wxSoundFormatBase *Clone() const;
106 virtual bool operator !=(const wxSoundFormatBase& frmt2) const;
126 virtual bool SetSoundFormat(const wxSoundFormatBase& format);
129 wxSoundFormatBase& GetSoundFormat() const { return *m_sndformat; }
150 wxSoundFormatBase *m_sndformat;
H A Dsndulaw.h20 class WXDLLIMPEXP_MMEDIA wxSoundFormatUlaw: public wxSoundFormatBase {
32 wxSoundFormatBase *Clone() const;
37 bool operator !=(const wxSoundFormatBase& frmt2) const;
57 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndpcm.h20 class wxSoundFormatPcm : public wxSoundFormatBase {
40 wxSoundFormatBase *Clone() const;
45 bool operator!=(const wxSoundFormatBase& frmt2) const;
H A Dsndg72x.h30 class WXDLLIMPEXP_MMEDIA wxSoundFormatG72X: public wxSoundFormatBase {
42 wxSoundFormatBase *Clone() const;
47 bool operator !=(const wxSoundFormatBase& frmt2) const;
67 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndmsad.h23 class WXDLLIMPEXP_MMEDIA wxSoundFormatMSAdpcm: public wxSoundFormatBase {
42 wxSoundFormatBase *Clone() const;
47 bool operator !=(const wxSoundFormatBase& frmt2) const;
68 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndcpcm.h32 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndesd.h30 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndoss.h31 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndwav.h55 wxSoundFormatBase *HandleInputPCM(wxDataOutputStream& data);
56 wxSoundFormatBase *HandleInputG72X(wxDataOutputStream& data);
H A Dsndfile.h32 bool SetSoundFormat(const wxSoundFormatBase& format);
94 bool SetSoundFormat(const wxSoundFormatBase& format);
H A Dsndwin.h28 bool SetSoundFormat(const wxSoundFormatBase& base);

Completed in 82 milliseconds

12