e8482f24cf
Added contrib configure Made wxSocket sample compile Made OGL compile Modified main configure to pass some more parameter to children Changed the wxProcess doc according to the modification Still some win makefiles to come git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
70 lines
1.7 KiB
TeX
70 lines
1.7 KiB
TeX
%
|
|
% automatically generated by HelpGen from
|
|
% /home/guilhem/PROJECTS/wxWindows/utils/wxMMedia2/lib/sndbase.h at 26/Feb/00 14:23:29
|
|
%
|
|
|
|
|
|
\section{\class{wxSoundFormatBase}}\label{wxsoundformatbase}
|
|
|
|
|
|
Base class for sound format specification
|
|
|
|
\wxheading{Derived from}
|
|
|
|
No base class
|
|
|
|
\wxheading{Data structures}
|
|
|
|
{\small \begin{verbatim}
|
|
typedef enum {
|
|
wxSOUND\_NOFORMAT,
|
|
wxSOUND\_PCM,
|
|
wxSOUND\_ULAW,
|
|
wxSOUND\_G72X,
|
|
wxSOUND\_MSADPCM
|
|
} wxSoundFormatType
|
|
\end{verbatim}}
|
|
|
|
wxSoundFormatType: it specifies the format family of the sound data
|
|
which will be passed to the stream.
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxSoundFormatBase::wxSoundFormatBase}\label{wxsoundformatbasewxsoundformatbase}
|
|
|
|
\func{}{wxSoundFormatBase}{\void}
|
|
|
|
|
|
\membersection{wxSoundFormatBase::\destruct{wxSoundFormatBase}}\label{wxsoundformatbasedtor}
|
|
|
|
\func{}{\destruct{wxSoundFormatBase}}{\void}
|
|
|
|
|
|
\membersection{wxSoundFormatBase::GetType}\label{wxsoundformatbasegettype}
|
|
|
|
\constfunc{wxSoundFormatType}{GetType}{\void}
|
|
|
|
It returns a "standard" format type.
|
|
|
|
|
|
\membersection{wxSoundFormatBase::Clone}\label{wxsoundformatbaseclone}
|
|
|
|
\constfunc{wxSoundFormatBase*}{Clone}{\void}
|
|
|
|
It clones the current format.
|
|
|
|
|
|
\membersection{wxSoundFormatBase::GetTimeFromBytes}\label{wxsoundformatbasegettimefrombytes}
|
|
|
|
\constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
|
|
|
|
|
|
\membersection{wxSoundFormatBase::GetBytesFromTime}\label{wxsoundformatbasegetbytesfromtime}
|
|
|
|
\constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
|
|
|
|
|
|
\membersection{wxSoundFormatBase::operator!=}\label{wxsoundformatbaseoperatorneq}
|
|
|
|
\constfunc{bool}{operator!=}{\param{const wxSoundFormatBase\& }{frmt2}}
|