omxil_generic/omxilcomplib/src/omxilcallbackmanagerif.h
changeset 5 fb6faddbb212
parent 0 0e4a32b9112d
equal deleted inserted replaced
2:6add9366d894 5:fb6faddbb212
   172 	*/
   172 	*/
   173 	virtual OMX_ERRORTYPE CommandCompleteNotification(
   173 	virtual OMX_ERRORTYPE CommandCompleteNotification(
   174 		OMX_COMMANDTYPE aOmxCommand,
   174 		OMX_COMMANDTYPE aOmxCommand,
   175 		OMX_U32 aOmxPortIndex) = 0;
   175 		OMX_U32 aOmxPortIndex) = 0;
   176 
   176 
   177 #ifdef _OMXIL_COMMON_IL516C_ON
       
   178 	/**
       
   179 	   Method to request from the tunnelled component the ejection of the
       
   180 	   buffers present in one of its ports
       
   181 
       
   182 	   @param [in] aLocalOmxPortIndex The index of the local port that is
       
   183 	   tunnelled to the component that the ejection request applies to
       
   184 
       
   185 	   @return OMX_ERRORTYPE
       
   186 	*/
       
   187 	virtual OMX_ERRORTYPE EjectBuffersRequest(
       
   188 		OMX_U32 aLocalOmxPortIndex) = 0;
       
   189 #endif
       
   190 
       
   191 	};
   177 	};
   192 
   178 
   193 #include "omxilcallbackmanagerif.inl"
   179 #include "omxilcallbackmanagerif.inl"
   194 
   180 
   195 #endif // OMXILCALLBACKMANAGERIF_H
   181 #endif // OMXILCALLBACKMANAGERIF_H