wxMediaCtrl API changes for 2.5.x/2.6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-12-17 16:07:21 +00:00
parent ef31f15728
commit 9180b5352f
4 changed files with 51 additions and 44 deletions

View File

@@ -172,16 +172,16 @@ wxMediaCtrl figure it out.}
\docparam{name}{Window name.}
\membersection{wxMediaCtrl::GetDuration}\label{wxmediactrlgetduration}
\membersection{wxMediaCtrl::Length}\label{wxmediactrlgetduration}
\func{wxLongLong}{GetDuration}{\void}
\func{wxFileOffset}{GetDuration}{\void}
Obtains the length - the total amount of time the movie has in milliseconds.
\membersection{wxMediaCtrl::GetPosition}\label{wxmediactrlgetposition}
\membersection{wxMediaCtrl::Tell}\label{wxmediactrlgetposition}
\func{wxLongLong}{GetPosition}{\void}
\func{wxFileOffset}{GetPosition}{\void}
Obtains the current position in time within the movie in milliseconds.
@@ -220,9 +220,9 @@ Pauses playback of the movie.
Resumes playback of the movie.
\membersection{wxMediaCtrl::SetPosition}\label{wxmediactrlsetposition}
\membersection{wxMediaCtrl::Seek}\label{wxmediactrlsetposition}
\func{bool}{SetPosition}{\param{wxLongLong }{where}}
\func{wxFileOffset}{SetPosition}{\param{wxFileOffset }{where}, \param{wxSeekMode }{mode}}
Seeks to a position within the movie.