* \brief Retrieve the specified codec name from the list of the registered codecs
* \param[in] p_codec_name The codec indentifier
* \return The pointer to the codec object on success, nullptr otherwise
*/
inlinecodec<Record_Type,Record_Type>*get_codec(constchar*p_codec_name){// NOTE A virtual method cannot not be a template ==> polymorphism required here