The IAudioPlayer type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | Pause |
Toggles pause on the player.
(Inherited from IMediaPlayer.) |
![]() | Play |
Plays the player.
(Inherited from IMediaPlayer.) |
![]() | Stop |
Stops the player.
(Inherited from IMediaPlayer.) |
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() |
Events
Name | Description | |
---|---|---|
![]() | Backward |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.BACKWARD |
![]() | Buffering |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.BUFFERING. The percentage complete is passed in the event args. |
![]() | EncounteredError |
Called when the media player encounters an error. The exception is passed in the event args.
(Inherited from IMediaPlayer.) |
![]() | EndReached |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.END_REACHED |
![]() | Forward |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.FORWARD |
![]() | IsPausableChanged |
Called when (Inherited from IMediaPlayer.)IsPausable |
![]() | IsSeekableChanged |
Called when (Inherited from IMediaPlayer.)IsSeekable |
![]() | LengthChanged |
Called when the media player's length is changed. The new length is passed in the event args.
(Inherited from IMediaPlayer.) |
![]() | MediaChanged |
Called when the media is changed. The new media is passed in the event args.
(Inherited from IMediaPlayer.) |
![]() | NothingSpecial |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.NOTHING_SPECIAL |
![]() | Opening |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.OPENING |
![]() | Paused |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.PAUSED |
![]() | Playing |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.PLAYING |
![]() | PositionChanged |
Called when the media player's position changes. The new position is passed in the event args.
(Inherited from IMediaPlayer.) |
![]() | Stopped |
Called when state changes to (Inherited from IMediaPlayer.)Field ValueType:LIBVLC_STATE.STOPPED |
![]() | TimeChanged |
Called when the media player's Time changes. The new time is passed in the event args.
(Inherited from IMediaPlayer.) |
See Also