Type Alias ISOFieldTypeMapBeta
ISOFieldTypeMap: {
data: Uint8Array;
int: number;
string: string;
template: number;
uint: number;
utf8: string;
utf8string: string;
}
Type declaration
data: Uint8Array
int: number
string: string
template: number
uint: number
utf8: string
utf8string: string
ISOFieldTypeMap is a map of ISO BMFF field types to their corresponding JavaScript types.