• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxMediaCtrl

3 %% Purpose:     wxMediaCtrl docs
12 \section{\class{wxMediaCtrl}}\label{wxmediactrl}
14 wxMediaCtrl is a class for displaying types of
17 wxMediaCtrl uses native backends to render media, for example on Windows
38 Depending upon the backend, wxMediaCtrl can render
46 \helpref{wxMediaCtrl::Load}{wxmediactrlload} to load the file
48 and then call \helpref{wxMediaCtrl::Play}{wxmediactrlplay}
59 When wxMediaCtrl plays a file, it plays until the stop position
85 When wxMediaCtrl stops, either by the EVT\_MEDIA\_STOP not being
87 \helpref{wxMediaCtrl::Stop}{wxmediactrlstop}, where it actually
92 on them they return to the beginning, thus wxMediaCtrl tries
105 By default, wxMediaCtrl will scale the size of the video to the
126 Normally, when you use wxMediaCtrl it is just a window for the video to
129 A special feature available to wxMediaCtrl, you can use the toolkit's interface instead of
134 wxMediaCtrl decide what native controls on the interface. Be sure to review
142 wxMediaCtrl - but if you need a certain backend for a particular
146 \helpref{wxMediaCtrl::Create}{wxmediactrlcreate}.
179 Creating a backend for wxMediaCtrl is a rather simple process. Simply derive
181 in wxMediaBackend correspond to those in wxMediaCtrl except for CreateControl
194 \membersection{wxMediaCtrl::wxMediaCtrl}\label{wxmediactrlwxmediactrl}
196 \func{}{wxMediaCtrl}{\void}
199 of wxMediaCtrl.
201 \func{}{wxMediaCtrl}{
213 Constructor that calls \helpref{Create}{wxmediactrlcreate}. You may prefer to call \helpref{Create}{wxmediactrlcreate} directly to check to see if wxMediaCtrl is available on the system.
222 wxMediaCtrl figure it out.}
227 \membersection{wxMediaCtrl::Create}\label{wxmediactrlcreate}
243 If you specify a file to open via \tt{fileName} and you don't specify a backend to use, wxMediaCtrl tries each of its backends until one that can render the path referred to by \tt{fileName} can be found.
252 wxMediaCtrl figure it out.}
257 \membersection{wxMediaCtrl::GetBestSize}\label{wxmediactrlgetbestsize}
266 \membersection{wxMediaCtrl::GetPlaybackRate}\label{wxmediactrlgetplaybackrate}
276 \membersection{wxMediaCtrl::GetVolume}\label{wxmediactrlgetvolume}
284 \membersection{wxMediaCtrl::GetState}\label{wxmediactrlgetstate}
298 \membersection{wxMediaCtrl::Length}\label{wxmediactrllength}
305 \membersection{wxMediaCtrl::Load}\label{wxmediactrlload}
312 \membersection{wxMediaCtrl::Load}\label{wxmediactrlloaduri}
319 \membersection{wxMediaCtrl::Load}\label{wxmediactrlloaduriwithproxy}
326 \membersection{wxMediaCtrl::LoadURI}\label{wxmediactrlloaduriliteral}
333 \membersection{wxMediaCtrl::LoadURIWithProxy}\label{wxmediactrlloaduriwithproxyliteral}
340 \membersection{wxMediaCtrl::Pause}\label{wxmediactrlpause}
347 \membersection{wxMediaCtrl::Play}\label{wxmediactrlplay}
354 \membersection{wxMediaCtrl::Seek}\label{wxmediactrlsetposition}
361 \membersection{wxMediaCtrl::SetPlaybackRate}\label{wxmediactrlsetplaybackrate}
371 \membersection{wxMediaCtrl::SetVolume}\label{wxmediactrlsetvolume}
382 \membersection{wxMediaCtrl::ShowPlayerControls}\label{wxmediactrlshowplayercontrols}
386 A special feature to wxMediaCtrl. Applications using native toolkits such as
388 them by the toolkit. By default wxMediaCtrl does not do this. However, on
391 calling the function with default parameters tells wxMediaCtrl to use the
397 \twocolitem{{\bf wxMEDIACTRLPLAYERCONTROLS\_NONE}}{No controls. return wxMediaCtrl to it's default state.}
408 \membersection{wxMediaCtrl::Stop}\label{wxmediactrlstop}
418 \membersection{wxMediaCtrl::Tell}\label{wxmediactrlgetposition}