AudioRoute class

Describes the physical device being used to transfer audio signals

Signature:

export declare abstract class AudioRoute 

Properties

PropertyModifiersTypeDescription
DeviceSpeaker

static

readonly

(not declared)The speakers built into the device
External

static

readonly

(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;