breakdeps/SVGEngineImpl.cpp
changeset 56 865fbeda552a
parent 54 dcd1a22c2899
equal deleted inserted replaced
55:f1c1302a0b48 56:865fbeda552a
    31 #include "SVGSvgElementImpl.h"
    31 #include "SVGSvgElementImpl.h"
    32 #include "SVGUseElementImpl.h"
    32 #include "SVGUseElementImpl.h"
    33 #include "SVGAnimationElementImpl.h"
    33 #include "SVGAnimationElementImpl.h"
    34 #include "SVGTextElementImpl.h"
    34 #include "SVGTextElementImpl.h"
    35 
    35 
    36 #include "SVGAudioElementImpl.h"
    36 //#include "SVGAudioElementImpl.h"
    37 
    37 
    38 
    38 
    39 #include "Gfx2dGcOpenVG.h"
    39 #include "Gfx2dGcOpenVG.h"
    40 
    40 
    41 #include "SVGSchemaData.h"
    41 #include "SVGSchemaData.h"
  2682 // --------------------------------------------------------------------------
  2682 // --------------------------------------------------------------------------
  2683 // void CSvgEngineImpl::SetAudioVolume( TInt aPercentage );
  2683 // void CSvgEngineImpl::SetAudioVolume( TInt aPercentage );
  2684 // --------------------------------------------------------------------------
  2684 // --------------------------------------------------------------------------
  2685 void CSvgEngineImpl::SetAudioVolume( TInt aPercentage )
  2685 void CSvgEngineImpl::SetAudioVolume( TInt aPercentage )
  2686     {
  2686     {
  2687     
  2687 #if 0    
  2688     if ( !iSvgDocument )
  2688     if ( !iSvgDocument )
  2689         {
  2689         {
  2690         return;
  2690         return;
  2691         }
  2691         }
  2692     // Locate all the active audio elements
  2692     // Locate all the active audio elements
  2701         {
  2701         {
  2702         CSvgAudioElementImpl* lAudioElement = (CSvgAudioElementImpl*)lAudioElementList[ lCurAudioEle ];
  2702         CSvgAudioElementImpl* lAudioElement = (CSvgAudioElementImpl*)lAudioElementList[ lCurAudioEle ];
  2703         lAudioElement->SetVolume( aPercentage );
  2703         lAudioElement->SetVolume( aPercentage );
  2704         }
  2704         }
  2705     lAudioElementList.Close();
  2705     lAudioElementList.Close();
       
  2706 #endif
  2706     }
  2707     }
  2707 
  2708 
  2708 // --------------------------------------------------------------------------
  2709 // --------------------------------------------------------------------------
  2709 // TBool CSvgEngineImpl::ReadyToRender()
  2710 // TBool CSvgEngineImpl::ReadyToRender()
  2710 // ---------------------------------------------------------------------------
  2711 // ---------------------------------------------------------------------------