Class AudioSession

A class representing an audio session, that is the sound rendered or captured by one application.

Hierarchy

  • AudioSession

Constructors

Properties

Constructors

Properties

appName: string

The path to the application using the AudioSession.

Remarks

Depending on the C++ background implementation, this attribute might not behave the same on all distributions.

balance: VolumeBalance

The volume balance of the AudioSession if stereo.

See

balance.

mute: boolean

The mute flag of the AudioSession.

See

mute.

name: string

The name of the AudioSession.

Remarks

Depending on the C++ background implementation, this attribute might not behave the same on all distributions.

The state of the AudioSession.

volume: number

The volume of the AudioSession

See

volume

Generated using TypeDoc