Interface IAudioDevice
Either an audio input device (microphone) or audio output device (speaker hardware or headphones).
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IAudioDevice : IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged
Properties
Name
A user-displayable device name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |