Documentation
Preparing search index...
@quatrain/mdm
MediaDiskSpecInterface
Interface MediaDiskSpecInterface
Standardized and Extensible Media Disk Specification Interface (ends with 'Interface')
interface
MediaDiskSpecInterface
{
catalogNumber
?:
string
;
durationSec
:
number
;
format
:
string
;
genre
?:
string
;
isrcCodes
?:
string
[]
;
label
?:
string
;
ontologyMapping
?:
OntologyMappingInterface
;
rpm
?:
number
;
trackCount
:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
MediaDiskSpecInterface
Indexable
[
key
:
string
]:
unknown
Index
Properties
catalog
Number?
duration
Sec
format
genre?
isrc
Codes?
label?
ontology
Mapping?
rpm?
track
Count
Properties
Optional
catalog
Number
catalogNumber
?:
string
duration
Sec
durationSec
:
number
format
format
:
string
Optional
genre
genre
?:
string
Optional
isrc
Codes
isrcCodes
?:
string
[]
Optional
label
label
?:
string
Optional
ontology
Mapping
ontologyMapping
?:
OntologyMappingInterface
Optional
rpm
rpm
?:
number
track
Count
trackCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catalog
Number
duration
Sec
format
genre
isrc
Codes
label
ontology
Mapping
rpm
track
Count
Documentation
Loading...
Standardized and Extensible Media Disk Specification Interface (ends with 'Interface')