Lines Matching full:param
97 * @param buf must be ID3v2_HEADER_SIZE byte long
98 * @param magic magic bytes to identify the header.
105 * @param buf must be ID3v2_HEADER_SIZE bytes long and point to the start of an
113 * @param metadata Parsed metadata is stored here
114 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
124 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
126 * @param[opt] max_search_search restrict ID3 magic number search (bytes from start)
154 * @param id3v2_version Subversion of ID3v2; supported values are 3 and 4
155 * @param magic magic bytes to identify the header
162 * @param extra_meta Pointer to a pointer to the head of a ID3v2ExtraMeta list, *extra_meta is set to NULL.