ITransportControl Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Capabilities.Media
[GHACapabilityAttribute("", "Media")] public interface ITransportControl
The ITransportControl type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentTrack |
Media currently loaded into the transport
| |
| Duration |
Duration of the media currently loaded on the transport
| |
| Pause |
Temporarily suspends playback when set to true, resumes playback from current media position when set to false
| |
| Play |
Initiates playback when set to true, stops transport when set to false
| |
| Progress |
Percentage of current media processed by the transport
| |
| TransportCommand |
Sets desired state for the underlying transport
|
| Name | Description | |
|---|---|---|
| Next |
Commands the transport to play the next media item
| |
| Previous |
Commands the transport to play the previous media item
|