totalEncodeTime property
num?
get
totalEncodeTime
Implementation
_i2.num? get totalEncodeTime => _i4.getProperty(
this,
'totalEncodeTime',
);
set
totalEncodeTime
(num? value)
Implementation
set totalEncodeTime(_i2.num? value) {
_i4.setProperty(
this,
'totalEncodeTime',
value ?? _i6.undefined,
);
}