summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/media
diff options
context:
space:
mode:
authorBartolomé Sánchez Salado <aliaselbarto@gmail.com>2012-02-25 19:34:35 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-27 14:21:36 +0000
commit55d52165df003d253d813f3ea7085f4d89fdb3ce (patch)
treec30eebd61c1d18aa6fc238c9c5036fb4993840f0 /offapi/com/sun/star/media
parent739252d04397a4fcf3f044de86e3bfaec0084c4d (diff)
Removed unused code.
Diffstat (limited to 'offapi/com/sun/star/media')
-rw-r--r--offapi/com/sun/star/media/XPlayer.idl20
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.