WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.MediaDevice Class Reference

Not yet widely used. TODO: This should replace selecting video devices only by name to better handle several devices with the same name + better match the MediaDevice API in browsers. More...

Public Member Functions

 MediaDevice (string name, string id)
 Creates a new instance with the given name and id.
 
override string ToString ()
 String for debug output.
 

Properties

string Name [get, set]
 Human readable name of the device.
 
string Id [get, set]
 Unique ID for the device.
 

Detailed Description

Not yet widely used. TODO: This should replace selecting video devices only by name to better handle several devices with the same name + better match the MediaDevice API in browsers.

Constructor & Destructor Documentation

◆ MediaDevice()

Byn.Awrtc.MediaDevice.MediaDevice ( string name,
string id )

Creates a new instance with the given name and id.

Parameters
nameHuman readable device name
idUnique ID

Member Function Documentation

◆ ToString()

override string Byn.Awrtc.MediaDevice.ToString ( )

String for debug output.

Returns
String containing name and id

The documentation for this class was generated from the following file: