Photon Voice v2.53

Public Member Functions | Public Attributes | Properties | List of all members
AudioInEnumerator Class Reference

Inherits DeviceEnumeratorBase.

Public Member Functions

 AudioInEnumerator (ILogger logger)
 
override void Refresh ()
 
override void Dispose ()
 
- Public Member Functions inherited from DeviceEnumeratorBase
 DeviceEnumeratorBase (ILogger logger)
 
IEnumerator< DeviceInfoGetEnumerator ()
 

Public Attributes

override bool IsSupported => false
 
- Public Attributes inherited from DeviceEnumeratorBase
virtual bool IsSupported => true
 

Properties

override string Error [get]
 
- Properties inherited from DeviceEnumeratorBase
virtual string Error [get, protected set]
 
Action OnReady [protected get, set]
 
- Properties inherited from IDeviceEnumerator
bool IsSupported [get]
 
Action OnReady [set]
 
string Error [get]
 

Additional Inherited Members

- Protected Attributes inherited from DeviceEnumeratorBase
List< DeviceInfodevices = new List<DeviceInfo>()
 
ILogger logger