@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines (10 loc) • 346 B
text/typescript
// https://ns.editeur.org/onix/en/253
export enum ResourceFileFeatureType {
_01 = '01', // File format
_04 = '04', // Filename
_05 = '05', // Approximate download file size in megabytes
_06 = '06', // MD5 hash value
_07 = '07', // Exact download file size in bytes
_08 = '08', // SHA-256 hash value
_31 = '31', // Audio loudness
}