IAudioPlayer MembersLibVLCBind Reference Documentation

The IAudioPlayer type exposes the following members.
Methods

  NameDescription
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodPause
Toggles pause on the player.
(Inherited from IMediaPlayer.)
Public methodPlay
Plays the player.
(Inherited from IMediaPlayer.)
Public methodStop
Stops the player.
(Inherited from IMediaPlayer.)
Back to Top
Properties

  NameDescription
Public propertyAudioChannel
Gets/Sets the current audio channel.
Public propertyAudioDelay
Gets/Sets the current audio delay (in milliseconds).
Public propertyAudioOutput
Gets/Sets the current audio output.
Public propertyAudioTrack
Gets/Sets the current audio track.
Public propertyAudioTracks
Gets the available audio tracks.
Public propertyIsPausable
Can the player be paused?
(Inherited from IMediaPlayer.)
Public propertyIsPlaying
Is the player playing?
(Inherited from IMediaPlayer.)
Public propertyIsSeekable
Is the player seekable?
(Inherited from IMediaPlayer.)
Public propertyLength
Gets the length of the current media.
(Inherited from IMediaPlayer.)
Public propertyMedia
Gets/Sets the current media.
(Inherited from IMediaPlayer.)
Public propertyMute
Gets/Sets mute.
Public propertyPosition
Gets/Sets the current position of the current media (percentage between 0.0 and 1.0).
(Inherited from IMediaPlayer.)
Public propertyRate
Gets/Sets the requested playback rate.
(Inherited from IMediaPlayer.)
Public propertyState
Gets the current player state.
(Inherited from IMediaPlayer.)
Public propertyTime
Gets/Sets the current time of the current media (in milliseconds).
(Inherited from IMediaPlayer.)
Public propertyVolume
Gets/Sets volume.
Public propertyWillPlay
Will the player play if is called?
(Inherited from IMediaPlayer.)
Back to Top
Events

  NameDescription
Public eventBackward
Called when state changes to

Field Value

Type:
LIBVLC_STATE.BACKWARD
(Inherited from IMediaPlayer.)
Public eventBuffering
Called when state changes to

Field Value

Type:
LIBVLC_STATE.BUFFERING. The percentage complete is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventEncounteredError
Called when the media player encounters an error. The exception is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventEndReached
Called when state changes to

Field Value

Type:
LIBVLC_STATE.END_REACHED
(Inherited from IMediaPlayer.)
Public eventForward
Called when state changes to

Field Value

Type:
LIBVLC_STATE.FORWARD
(Inherited from IMediaPlayer.)
Public eventIsPausableChanged
Called when changes. The new state is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventIsSeekableChanged
Called when changes. The new state is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventLengthChanged
Called when the media player's length is changed. The new length is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventMediaChanged
Called when the media is changed. The new media is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventNothingSpecial
Called when state changes to

Field Value

Type:
LIBVLC_STATE.NOTHING_SPECIAL
(Inherited from IMediaPlayer.)
Public eventOpening
Called when state changes to

Field Value

Type:
LIBVLC_STATE.OPENING
(Inherited from IMediaPlayer.)
Public eventPaused
Called when state changes to

Field Value

Type:
LIBVLC_STATE.PAUSED
(Inherited from IMediaPlayer.)
Public eventPlaying
Called when state changes to

Field Value

Type:
LIBVLC_STATE.PLAYING
(Inherited from IMediaPlayer.)
Public eventPositionChanged
Called when the media player's position changes. The new position is passed in the event args.
(Inherited from IMediaPlayer.)
Public eventStopped
Called when state changes to

Field Value

Type:
LIBVLC_STATE.STOPPED
(Inherited from IMediaPlayer.)
Public eventTimeChanged
Called when the media player's Time changes. The new time is passed in the event args.
(Inherited from IMediaPlayer.)
Back to Top
See Also

Web hosting by Somee.com