imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp
changeset 41 f7bf1ed8db72
parent 32 ae690a8c4a18
equal deleted inserted replaced
32:ae690a8c4a18 41:f7bf1ed8db72
    50 EXPORT_C void TOutputInfo::SetSamplingL(TUid& aSampling)
    50 EXPORT_C void TOutputInfo::SetSamplingL(TUid& aSampling)
    51 	{
    51 	{
    52 	__ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady));
    52 	__ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady));
    53 	iOutputInfoImpl.SetSamplingL(aSampling);
    53 	iOutputInfoImpl.SetSamplingL(aSampling);
    54 	}
    54 	}
       
    55 /**
       
    56 Retrieves access to a custom extension.
    55 
    57 
    56 	}//namespace ImageProcessor
    58 @param  aExtension
       
    59         The UID of the extension to be retrieved
    57 
    60 
       
    61 @return Extension corresponding to the UID given as a parameter.
       
    62 */
       
    63 EXPORT_C TAny* TOutputInfo::Extension(TUid /*aExtension*/) const
       
    64     {
       
    65     return NULL;    
       
    66     }
       
    67     }//namespace ImageProcessor
    58 //EOF
    68 //EOF