Click or drag to resize

ITransportControl Interface

[This is preliminary documentation and is subject to change.]

Implements the transport control capability

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Media")]
public interface ITransportControl

The ITransportControl type exposes the following members.

Properties
  NameDescription
Public propertyCurrentTrack
Media currently loaded into the transport
Public propertyDuration
Duration of the media currently loaded on the transport
Public propertyPause
Temporarily suspends playback when set to true, resumes playback from current media position when set to false
Public propertyPlay
Initiates playback when set to true, stops transport when set to false
Public propertyProgress
Percentage of current media processed by the transport
Public propertyTransportCommand
Sets desired state for the underlying transport
Top
Methods
  NameDescription
Public methodNext
Commands the transport to play the next media item
Public methodPrevious
Commands the transport to play the previous media item
Top
See Also