pub fn info<P: AsRef<Path>>(p: P) -> Result<Streaminfo, Error>Expand description
Returns FLAC’s STREAMINFO metadata block from the given file
§Errors
Returns an error if the STREAMINFO block is not first or if any I/O error occurs when reading the file.