Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITMediaControl interface is a generic interface for media file terminals. The interface exposes methods that allow the application to start, stop, or pause current actions, such as a playback.
Inheritance
The ITMediaControl interface inherits from the IDispatch interface. ITMediaControl also has these types of members:
Methods
The ITMediaControl interface has these methods.
| ITMediaControl::get_MediaState The get_MediaState method gets the current state of media on the file terminal. |
| ITMediaControl::Pause The Pause method pauses the action, remaining at the current location in the file. |
| ITMediaControl::Start The Start method starts the action at the current location. |
| ITMediaControl::Stop The Stop method stops the current action and sets the current location to the beginning of the file. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |