Table of Contents

Enum MediaDeviceType

Namespace
DotNetBrowser.Media
Assembly
DotNetBrowser.dll

The media device types.

public enum MediaDeviceType

Fields

AudioDevice = 1

An audio device.

Unrecognized = -1

The media device type is not recognized.

Unspecified = 0

The media device type is not specified.

VideoDevice = 2

A video device.