Documentation
Preparing search index...
@svta/cml-iso-bmff
IsoFieldTypeMap
Type Alias IsoFieldTypeMap
Beta
IsoFieldTypeMap is a map of ISO BMFF field types to their corresponding JavaScript types.
type
IsoFieldTypeMap
=
{
data
:
Uint8Array
<
ArrayBuffer
>
;
int
:
number
;
string
:
string
;
template
:
number
;
uint
:
number
;
utf8
:
string
;
utf8string
:
string
;
}
Index
Properties
data
int
string
template
uint
utf8
utf8string
Properties
data
data
:
Uint8Array
<
ArrayBuffer
>
int
int
:
number
string
string
:
string
template
template
:
number
uint
uint
:
number
utf8
utf8
:
string
utf8string
utf8string
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
int
string
template
uint
utf8
utf8string
Documentation
Loading...
IsoFieldTypeMap is a map of ISO BMFF field types to their corresponding JavaScript types.