AudioRoute class
Describes the physical device being used to transfer audio signals
Signature:
export declare abstract class AudioRoute
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
DeviceSpeaker |
| (not declared) | The speakers built into the device |
External |
| (not declared) | An external speaker or headphones |
AudioRoute.DeviceSpeaker property
The speakers built into the device
Signature:
static readonly DeviceSpeaker = 0;
AudioRoute.External property
An external speaker or headphones
Signature:
static readonly External = 1;
Updated 12 months ago