IMediaPlayer Properties |
[This is preliminary documentation and is subject to change.]
The IMediaPlayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Balance |
Left-right levels between 0.0(full-left) and 1.0(full-right). Centered at 0.5
(Inherited from IAudioControl.) |
![]() | Bass |
Low-end Bass level between 0.0 and 1.0
(Inherited from IAudioControl.) |
![]() | CurrentTrack |
Media currently loaded into the transport
(Inherited from ITransportControl.) |
![]() | Duration |
Duration of the media currently loaded on the transport
(Inherited from ITransportControl.) |
![]() | IsDirectSoundControl |
Determines if device accepts values for the various sound properties versus simple up/down commands
(Inherited from IAudioControl.) |
![]() | Loudness |
Sets Loudness response between 0.0 and 1.0
(Inherited from IAudioControl.) |
![]() | MediaFinishedPlaying |
Momentary. Raised when currently selected media is finished playing and the play state of the device is true
|
![]() | Mute |
Immediately set volume to zero when set to true and return to previous level when set to false
(Inherited from IAudioControl.) |
![]() | Pause |
Temporarily suspends playback when set to true, resumes playback from current media position when set to false
(Inherited from ITransportControl.) |
![]() | Play |
Initiates playback when set to true, stops transport when set to false
(Inherited from ITransportControl.) |
![]() | Progress |
Percentage of current media processed by the transport
(Inherited from ITransportControl.) |
![]() | SupportedMedia |
List of supported media types separated by commas. MIME types
(Inherited from ISupportedMedia.) |
![]() | TransportCommand |
Sets desired state for the underlying transport
(Inherited from ITransportControl.) |
![]() | Treble |
High-end Treble level between 0.0 and 1.0
(Inherited from IAudioControl.) |
![]() | Volume |
Sound pressure level between 0.0 and 1.0
(Inherited from IAudioControl.) |