The type of media events that may be monitored.
| C# | Visual Basic | Visual C++ |
public class MediaEvents
Public Class MediaEvents
public ref class MediaEvents
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| Media..::.MediaEvents(Boolean) |
Create a MediaEvents object and set all the monitors to the value of initialState.
| |
| MediaStartedEvent |
Montitor media being started.
| |
| MediaStoppedEvent |
Montitor media being stopped.
| |
| PlayingEvent |
Montitor wav files being played.
| |
| PlayingStoppedEvent |
Montitor wav files being stopped.
| |
| PlayingSuspendedEvent |
Montitor wav files being suspended.
| |
| RecordingEvent |
Montitor wav files being recorded.
| |
| RecordingSuspendedEvent |
Montitor recorded wav files being suspended.
| |
| TonesDetectedEvent |
Montitor tones being detected.
| |
| TonesRetrievedEvent |
Montitor tones being retrieved.
|
| Object | |
| Media..::.MediaEvents | |
Assembly: ServiceProvider (Module: ServiceProvider)