Home > @magiclane/maps-sdk > SoundSessionRequestPreferences > (constructor)
SoundSessionRequestPreferences.(constructor)
Create sound session request preferences.
Signature:
constructor(input: {
audioCategory: AudioCategory;
audioOutput: AudioOutput;
delay: number;
exclusive: boolean;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ audioCategory, audioOutput, delay, exclusive, } |
(not declared) | |
|
input |
{ audioCategory: AudioCategory; audioOutput: AudioOutput; delay: number; exclusive: boolean; } |
input properties:
- audioCategory: AudioCategory
- audioOutput: AudioOutput
- delay: number
- exclusive: boolean