Class AcousticEventService
Inheritance
AcousticEventService
Assembly: AcousticWorkbench.dll
Syntax
public class AcousticEventService : Service
Constructors
|
Improve this Doc
View Source
AcousticEventService(IAuthenticatedApi)
Declaration
public AcousticEventService(IAuthenticatedApi api)
Parameters
Methods
|
Improve this Doc
View Source
GetAudioEvent(Int64)
Declaration
public async Task<AudioEvent> GetAudioEvent(long audioEventId)
Parameters
Type |
Name |
Description |
Int64 |
audioEventId |
|
Returns
Extension Methods