The IMediaPlayer type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | IsPausable |
Can the player be paused?
|
![]() | IsPlaying |
Is the player playing?
|
![]() | IsSeekable |
Is the player seekable?
|
![]() | Length |
Gets the length of the current media.
|
![]() | Media |
Gets/Sets the current media.
|
![]() | Position |
Gets/Sets the current position of the current media (percentage between 0.0 and 1.0).
|
![]() | Rate |
Gets/Sets the requested playback rate.
|
![]() | State |
Gets the current player state.
|
![]() | Time |
Gets/Sets the current time of the current media (in milliseconds).
|
![]() | WillPlay |
Will the player play if Play() |
See Also