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