imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp
changeset 32 ae690a8c4a18
parent 31 ae0addfe117e
child 41 f7bf1ed8db72
equal deleted inserted replaced
31:ae0addfe117e 32:ae690a8c4a18
    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.
       
    57 
    55 
    58 @param  aExtension
    56 	}//namespace ImageProcessor
    59         The UID of the extension to be retrieved
       
    60 
    57 
    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
       
    68 //EOF
    58 //EOF