kind property

MediaDeviceKind get kind

The kind read-only property of the MediaDeviceInfo interface returns an enumerated value, that is either "videoinput", "audioinput" or "audiooutput".

Implementation

external MediaDeviceKind get kind;