/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindowbase_impl.cxx | 292 double MediaWindowBaseImpl::getMediaTime() const in getMediaTime() function in avmedia::priv::MediaWindowBaseImpl 294 return( mxPlayer.is() ? mxPlayer->getMediaTime() : 0.0 ); in getMediaTime() 379 rItem.setState( ( 0.0 == getMediaTime() ) ? MEDIASTATE_STOP : MEDIASTATE_PAUSE ); in updateMediaItem() 382 rItem.setTime( getMediaTime() ); in updateMediaItem()
|
H A D | mediawindow.cxx | 241 double MediaWindow::getMediaTime() const in getMediaTime() function in avmedia::MediaWindow 243 return mpImpl->getMediaTime(); in getMediaTime()
|
H A D | mediawindowbase_impl.hxx | 84 double getMediaTime() const;
|
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstframegrabber.cxx | 145 if( mbIsInGrabMode && ( getMediaTime() >= mfGrabTime ) ) in busCallback() 147 OSL_TRACE( "Grabbing frame at %fs", getMediaTime() ); in busCallback()
|
H A D | gstplayer.hxx | 85 virtual double SAL_CALL getMediaTime()
|
H A D | gstplayer.cxx | 341 double SAL_CALL Player::getMediaTime() in getMediaTime() function in avmedia::gst::Player
|
/aoo42x/main/avmedia/source/java/ |
H A D | Player.java | 130 public synchronized double getMediaTime() in getMediaTime() method in Player 132 return maPlayer.getMediaTime().getSeconds(); in getMediaTime()
|
H A D | avmedia.jar | META-INF/MANIFEST.MF
MediaUno.class
MediaUno.java
package
public MediaUno extends java.lang ... |
/aoo42x/main/slideshow/source/engine/ |
H A D | soundplayer.cxx | 148 nDuration - mxPlayer->getMediaTime() ); in getDuration()
|
/aoo42x/main/avmedia/inc/avmedia/ |
H A D | mediawindow.hxx | 104 double getMediaTime() const;
|
/aoo42x/main/avmedia/source/xine/ |
H A D | player.cxx | 98 double SAL_CALL Player::getMediaTime( ) in getMediaTime() function in avmedia::xine::Player
|
H A D | player.hxx | 55 virtual double SAL_CALL getMediaTime( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/avmedia/source/macavf/ |
H A D | macavf_player.hxx | 57 virtual double SAL_CALL getMediaTime() throw (::com::sun::star::uno::RuntimeException);
|
H A D | macavf_player.cxx | 242 double SAL_CALL Player::getMediaTime() in getMediaTime() function in avmedia::macavf::Player
|
/aoo42x/main/avmedia/source/win/ |
H A D | player.hxx | 77 virtual double SAL_CALL getMediaTime( ) throw (::com::sun::star::uno::RuntimeException);
|
H A D | player.cxx | 370 double SAL_CALL Player::getMediaTime( ) in getMediaTime() function in avmedia::win::Player
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | filedlg.cxx | 194 mxPlayer->getMediaTime() < mxPlayer->getDuration() in IMPL_LINK()
|
/aoo42x/main/offapi/com/sun/star/media/ |
H A D | XPlayer.idl | 79 double getMediaTime();
|
/aoo42x/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 453 …if (m_xPlayer.is() && m_xPlayer->isPlaying() && m_xPlayer->getMediaTime() < m_xPlayer->getDuration… in IMPL_LINK()
|