streamType property
StreamType
get
streamType
Stream type associated with this device.
Implementation
StreamType get streamType => StreamType.fromJS(_wrapped.streamType);
set
streamType
(StreamType v)
Implementation
set streamType(StreamType v) {
_wrapped.streamType = v.toJS;
}