Handles the data of an audio request. More...
Inherits IDisposable.
Public Member Functions | |
| AudioRequestInfo (uint eRequestResult, uint audioSystemEvent, uint CtrlId, AudioObject audioObject) | |
| Constructor for an AudioRequestInfo object. More... | |
| void | Dispose () |
| Disposes of this AudioRequestInfo. More... | |
Properties | |
| RequestResult | RequestResult [get] |
| Returns the result of the request. More... | |
| SystemEvents | FlagsType [get] |
| Returns the eventmask of events this request is listening to. More... | |
| SystemEvents | SystemEvents [get] |
| Returns the eventmask of events this request is listening to. More... | |
| uint | ControlId [get] |
| The ID of the control. More... | |
Handles the data of an audio request.
|
inline |
Constructor for an AudioRequestInfo object.
| eRequestResult | |
| audioSystemEvent | |
| CtrlId | |
| audioObject |
|
inline |
Disposes of this AudioRequestInfo.
|
get |
The ID of the control.
|
get |
Returns the eventmask of events this request is listening to.
|
get |
Returns the result of the request.
|
get |
Returns the eventmask of events this request is listening to.