Function symphonia_utils_xiph::flac::metadata::read_comment_block
source · pub fn read_comment_block<B>(
reader: &mut B,
metadata: &mut MetadataBuilder
) -> Result<(), Error>where
B: ReadBytes,
Expand description
Read a comment metadata block.