javauis/mmapi_akn/baseline/src.nga/cmmavideoplayer.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   571 {
   571 {
   572     iDisplay->SourceSizeChanged(iSourceSize);
   572     iDisplay->SourceSizeChanged(iSourceSize);
   573     NotifyWithStringEvent(CMMAPlayerEvent::ESizeChanged, KVideoControlName);
   573     NotifyWithStringEvent(CMMAPlayerEvent::ESizeChanged, KVideoControlName);
   574 }
   574 }
   575 
   575 
   576 void CMMAVideoPlayer::FreeClipRectForUI()
       
   577 {
       
   578     iDisplay->RemoveClippingRegionPublic();
       
   579 }
       
   580 
       
   581 void CMMAVideoPlayer::GetClipRectFromUI()
       
   582 {
       
   583     iDisplay->SetClippingRegionPublic();
       
   584 }
       
   585 void CMMAVideoPlayer::ConnectedL(CAccMonitorInfo* aAccessoryInfo)
   576 void CMMAVideoPlayer::ConnectedL(CAccMonitorInfo* aAccessoryInfo)
   586 {
   577 {
   587     TAccMonCapability deviceType = aAccessoryInfo->AccDeviceType() ;
   578     TAccMonCapability deviceType = aAccessoryInfo->AccDeviceType() ;
   588     DEBUG_INT("MID::CMMAVideoPlayer::ConnectedL %d", deviceType);
   579     DEBUG_INT("MID::CMMAVideoPlayer::ConnectedL %d", deviceType);
   589     if (iSurfaceWindow && (deviceType == KAccMonAVDevice))
   580     if (iSurfaceWindow && (deviceType == KAccMonAVDevice))