pub fn read_utt_from_bytes(bytes: &[u8]) -> Result<Utt, UttError>Expand description
Reads typed UTT data directly from bytes.
ยงErrors
UttError::Gff when bytes are not a readable GFF, and
UttError::UnsupportedFileType when they are a GFF of some other format,
carrying the fourcc that was found.