hdrMetadataType property
HdrMetadataType
get
hdrMetadataType
Implementation
HdrMetadataType get hdrMetadataType =>
HdrMetadataType.fromValue(js_util.getProperty(this, 'hdrMetadataType'));
set
hdrMetadataType
(HdrMetadataType newValue)
Implementation
set hdrMetadataType(HdrMetadataType newValue) {
js_util.setProperty(this, 'hdrMetadataType', newValue.value);
}