AudioFocusService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 5
Description
History 8
- 636 Change Parameters of OnUndeafenVoiceAudio from () to (contextId: int)
- 636 Change Parameters of OnDeafenVoiceAudio from () to (contextId: int)
- 635 Add OnUndeafenVoiceAudio
- 635 Add OnDeafenVoiceAudio
- 635 Add RequestFocus
- 635 Add RegisterContextIdFromLua
- 635 Add AcquireFocus
- 635 Add AudioFocusService
Members 5
AcquireFocus
Parameters (2) | ||
---|---|---|
contextId | int | |
priority | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 635 Add AcquireFocus
OnDeafenVoiceAudio
Parameters (1) | |
---|---|
contextId | int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 636 Change Parameters of OnDeafenVoiceAudio from () to (contextId: int)
- 635 Add OnDeafenVoiceAudio
OnUndeafenVoiceAudio
Parameters (1) | |
---|---|
contextId | int |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 636 Change Parameters of OnUndeafenVoiceAudio from () to (contextId: int)
- 635 Add OnUndeafenVoiceAudio
RegisterContextIdFromLua
Parameters (1) | ||
---|---|---|
contextId | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RequestFocus
Parameters (2) | ||
---|---|---|
contextId | int | |
priority | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 635 Add RequestFocus