Home
last modified time | relevance | path

Searched refs:getRate (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx322 double MediaWindowBaseImpl::getRate() const in getRate() function in avmedia::priv::MediaWindowBaseImpl
324 return( mxPlayer.is() ? mxPlayer->getRate() : 0.0 ); in getRate()
377 rItem.setState( ( getRate() > 1.0 ) ? MEDIASTATE_PLAYFFW : MEDIASTATE_PLAY ); in updateMediaItem()
H A Dmediawindow.cxx271 double MediaWindow::getRate() const in getRate() function in avmedia::MediaWindow
273 return mpImpl->getRate(); in getRate()
H A Dmediawindowbase_impl.hxx90 double getRate() const;
/aoo4110/main/avmedia/source/java/
H A DPlayer.java174 public synchronized double getRate() in getRate() method in Player
176 return (double) maPlayer.getRate(); in getRate()
H A Davmedia.jarMETA-INF/MANIFEST.MF MediaUno.class MediaUno.java package public MediaUno extends java.lang ...
/aoo4110/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx109 double getRate() const;
/aoo4110/main/avmedia/source/xine/
H A Dplayer.cxx132 double SAL_CALL Player::getRate( ) in getRate() function in avmedia::xine::Player
H A Dplayer.hxx59 virtual double SAL_CALL getRate( ) throw (::com::sun::star::uno::RuntimeException);
/aoo4110/main/avmedia/source/macavf/
H A Dmacavf_player.hxx61 virtual double SAL_CALL getRate() throw (::com::sun::star::uno::RuntimeException);
H A Dmacavf_player.cxx289 double SAL_CALL Player::getRate() in getRate() function in avmedia::macavf::Player
/aoo4110/main/avmedia/source/gstreamer/
H A Dgstplayer.hxx97 virtual double SAL_CALL getRate()
H A Dgstplayer.cxx404 double SAL_CALL Player::getRate() in getRate() function in avmedia::gst::Player
/aoo4110/main/avmedia/source/win/
H A Dplayer.hxx81 virtual double SAL_CALL getRate( ) throw (::com::sun::star::uno::RuntimeException);
H A Dplayer.cxx422 double SAL_CALL Player::getRate( ) in getRate() function in avmedia::win::Player
/aoo4110/main/offapi/com/sun/star/media/
H A DXPlayer.idl107 double getRate();

Completed in 38 milliseconds