Lines Matching refs:Player

53     Player* pPlayer = (Player*) ::GetWindowLong( hWnd, 0 );  in MediaPlayerWndProc_2()
89 Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) : in Player() function in avmedia::win::Player
113 Player::~Player() in ~Player()
123 void SAL_CALL Player::disposing() in disposing()
162 bool Player::create( const ::rtl::OUString& rURL ) in create()
210 const IVideoWindow* Player::getVideoWindow() const in getVideoWindow()
217 void Player::setNotifyWnd( int nNotifyWnd ) in setNotifyWnd()
226 void Player::setDDrawParams( IDirectDraw* pDDraw, IDirectDrawSurface* pDDrawSurface ) in setDDrawParams()
237 long Player::processEvent() in processEvent()
265 void SAL_CALL Player::start( ) in start()
310 void SAL_CALL Player::stop( ) in stop()
321 sal_Bool SAL_CALL Player::isPlaying() in isPlaying()
337 double SAL_CALL Player::getDuration( ) in getDuration()
352 void SAL_CALL Player::setMediaTime( double fTime ) in setMediaTime()
370 double SAL_CALL Player::getMediaTime( ) in getMediaTime()
385 void SAL_CALL Player::setStopTime( double fTime ) in setStopTime()
396 double SAL_CALL Player::getStopTime( ) in getStopTime()
411 void SAL_CALL Player::setRate( double fRate ) in setRate()
422 double SAL_CALL Player::getRate( ) in getRate()
437 void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet ) in setPlaybackLoop()
447 sal_Bool SAL_CALL Player::isPlaybackLoop( ) in isPlaybackLoop()
457 void SAL_CALL Player::setMute( sal_Bool bSet ) in setMute()
471 sal_Bool SAL_CALL Player::isMute( ) in isMute()
481 void SAL_CALL Player::setVolumeDB( sal_Int16 nVolumeDB ) in setVolumeDB()
494 sal_Int16 SAL_CALL Player::getVolumeDB( ) in getVolumeDB()
504 awt::Size SAL_CALL Player::getPreferredPlayerWindowSize( ) in getPreferredPlayerWindowSize()
525 uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( const uno::Sequence< … in createPlayerWindow()
548 uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( ) in createFrameGrabber()
570 ::rtl::OUString SAL_CALL Player::getImplementationName( ) in getImplementationName()
578 sal_Bool SAL_CALL Player::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
586 uno::Sequence< ::rtl::OUString > SAL_CALL Player::getSupportedServiceNames( ) in getSupportedServiceNames()