diff options
author | Bartolomé Sánchez Salado <aliaselbarto@gmail.com> | 2012-02-25 19:34:35 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-27 14:21:36 +0000 |
commit | 55d52165df003d253d813f3ea7085f4d89fdb3ce (patch) | |
tree | c30eebd61c1d18aa6fc238c9c5036fb4993840f0 /offapi | |
parent | 739252d04397a4fcf3f044de86e3bfaec0084c4d (diff) |
Removed unused code.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/media/XPlayer.idl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/offapi/com/sun/star/media/XPlayer.idl b/offapi/com/sun/star/media/XPlayer.idl index 059a4c9f4104..121b8004fd0f 100644 --- a/offapi/com/sun/star/media/XPlayer.idl +++ b/offapi/com/sun/star/media/XPlayer.idl @@ -77,26 +77,6 @@ interface XPlayer */ double getMediaTime(); - /** sets the time at which to stop reading the stream. - - @param fTime - the time at which to stop reading the stream in seconds - */ - void setStopTime( [in] double fTime ); - - /** gets the time at which the stream will stop. The result - is not guaranteed if no stop time has been set. - */ - double getStopTime(); - - /** sets the speed of the stream reading relatively to the normal - speed. - - @param fRate - the stream reading rate. <code>1.0</code> means normal speed. - */ - void setRate( [in] double fRate ); - /** gets the speed of the stream reading relatively to the normal reading. |