The IAudioPlayer type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AudioChannel |
Gets/Sets the current audio channel.
|
![]() | AudioDelay |
Gets/Sets the current audio delay (in milliseconds).
|
![]() | AudioOutput |
Gets/Sets the current audio output.
|
![]() | AudioTrack |
Gets/Sets the current audio track.
|
![]() | AudioTracks |
Gets the available audio tracks.
|
![]() | IsPausable |
Can the player be paused?
(Inherited from IMediaPlayer.) |
![]() | IsPlaying |
Is the player playing?
(Inherited from IMediaPlayer.) |
![]() | IsSeekable |
Is the player seekable?
(Inherited from IMediaPlayer.) |
![]() | Length |
Gets the length of the current media.
(Inherited from IMediaPlayer.) |
![]() | Media |
Gets/Sets the current media.
(Inherited from IMediaPlayer.) |
![]() | Mute |
Gets/Sets mute.
|
![]() | Position |
Gets/Sets the current position of the current media (percentage between 0.0 and 1.0).
(Inherited from IMediaPlayer.) |
![]() | Rate |
Gets/Sets the requested playback rate.
(Inherited from IMediaPlayer.) |
![]() | State |
Gets the current player state.
(Inherited from IMediaPlayer.) |
![]() | Time |
Gets/Sets the current time of the current media (in milliseconds).
(Inherited from IMediaPlayer.) |
![]() | Volume |
Gets/Sets volume.
|
![]() | WillPlay |
Will the player play if (Inherited from IMediaPlayer.)Play() |
See Also