type property
MediaDecodingType
get
type
Implementation
_i3.MediaDecodingType get type =>
_i3.MediaDecodingTypeOptions.values.byName(_i4.getProperty(
this,
'type',
));
set
type
(MediaDecodingType value)
Implementation
set type(_i3.MediaDecodingType value) {
_i4.setProperty(
this,
'type',
value.name,
);
}