The IMediaPlayer type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
![]() | Backward |
Called when state changes to Field ValueType:LIBVLC_STATE.BACKWARD |
![]() | Buffering |
Called when state changes to 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.
|
![]() | EndReached |
Called when state changes to Field ValueType:LIBVLC_STATE.END_REACHED |
![]() | Forward |
Called when state changes to Field ValueType:LIBVLC_STATE.FORWARD |
![]() | IsPausableChanged |
Called when IsPausable |
![]() | IsSeekableChanged |
Called when IsSeekable |
![]() | LengthChanged |
Called when the media player's length is changed. The new length is passed in the event args.
|
![]() | MediaChanged |
Called when the media is changed. The new media is passed in the event args.
|
![]() | NothingSpecial |
Called when state changes to Field ValueType:LIBVLC_STATE.NOTHING_SPECIAL |
![]() | Opening |
Called when state changes to Field ValueType:LIBVLC_STATE.OPENING |
![]() | Paused |
Called when state changes to Field ValueType:LIBVLC_STATE.PAUSED |
![]() | Playing |
Called when state changes to Field ValueType:LIBVLC_STATE.PLAYING |
![]() | PositionChanged |
Called when the media player's position changes. The new position is passed in the event args.
|
![]() | Stopped |
Called when state changes to Field ValueType:LIBVLC_STATE.STOPPED |
![]() | TimeChanged |
Called when the media player's Time changes. The new time is passed in the event args.
|
See Also