// Name: mediactrl.h
// Purpose: interface of wxMediaEvent, wxMediaCtrl
// Author: wxWidgets team
// Name: mediactrl.h
// Purpose: interface of wxMediaEvent, wxMediaCtrl
// Author: wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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.
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.
of the backend. For example, QuickTime cannot set the playback rate of certain
streaming media - while DirectShow is slightly more flexible in that regard.
of the backend. For example, QuickTime cannot set the playback rate of certain
streaming media - while DirectShow is slightly more flexible in that regard.
supported, for example. Returns @false if loading fails.
*/
bool Load(const wxURI& uri);
supported, for example. Returns @false if loading fails.
*/
bool Load(const wxURI& uri);