X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9180b5352f9d5b5bcccee563e9b3c0f68c4f1303..e0cb07e37666cddac90e3e9fc52f7ed416ae69cd:/docs/latex/wx/mediactrl.tex diff --git a/docs/latex/wx/mediactrl.tex b/docs/latex/wx/mediactrl.tex index f12d8b0ab6..9506d73c19 100644 --- a/docs/latex/wx/mediactrl.tex +++ b/docs/latex/wx/mediactrl.tex @@ -18,8 +18,6 @@ wxMediaCtrl uses native backends to render media, for example on Windows there is a ActiveMovie/DirectShow backend, and on Macintosh there is a QuickTime backend. -wxMediaCtrl is not currently available on unix systems. - \wxheading{Derived from} \helpref{wxControl}{wxcontrol} @@ -32,7 +30,7 @@ wxMediaCtrl is not currently available on unix systems. \membersection{Rendering media}\label{renderingmediawxmediactrl} -wxMediaCtrl can generally, depending upon the backend, render +Depending upon the backend, wxMediaCtrl can render and display pretty much any kind of media that the native system can - such as an image, mpeg video, or mp3 (without license restrictions - sense it relies on native system calls that may not technically @@ -104,9 +102,11 @@ Use ActiveMovie/DirectShow. Requires wxUSE\_DIRECTSHOW to be enabled, requires linkage with the static library strmiids.lib, and is available on Windows Only.} \twocolitem{{\bf wxMEDIABACKEND\_QUICKTIME}}{ -Use QuickTime. Windows and Mac Only. } +Use QuickTime. Windows and Mac Only. WARNING: On Mac Systems lower than OSX 10.2 this defaults to emulating window positioning and suffers from several bugs, including not working correctly embedded in a wxNotebook. } \twocolitem{{\bf wxMEDIABACKEND\_MCI}}{ Use Media Command Interface. Windows Only. } +\twocolitem{{\bf wxMEDIABACKEND\_GSTREAMER}}{ +Use GStreamer. Unix Only. } \end{twocollist} \membersection{wxMediaCtrl::wxMediaCtrl}\label{wxmediactrlwxmediactrl}