X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16205a28d2e9f273d49e29ffce63743bbee960d8..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/mediactrl.h diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index d88994e2ae..b2e7042e6e 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -2,7 +2,6 @@ // Name: mediactrl.h // Purpose: interface of wxMediaEvent, wxMediaCtrl // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -85,7 +84,7 @@ public: want to render, catch the @c EVT_MEDIA_LOADED event, and then call Play() to show the video/audio of the media in that event. - More complex operations are generally more heavily dependant on the capabilities + More complex operations are generally more heavily dependent on the capabilities of the backend. For example, QuickTime cannot set the playback rate of certain streaming media - while DirectShow is slightly more flexible in that regard. @@ -337,7 +336,7 @@ public: /** Loads the location that uri refers to. Note that this is very - implementation-dependant, although HTTP URI/URLs are generally + implementation-dependent, although HTTP URI/URLs are generally supported, for example. Returns @false if loading fails. */ bool Load(const wxURI& uri);