-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCMediaPlayer
Andrew Lambert edited this page Apr 29, 2016
·
14 revisions
libvlc.VLCMediaPlayer
##Class Declaration
Global Class VLCMediaPlayer
Inherits Canvas
##Remarks This class provides a convenient Canvas-based control that contains a VLCPlayer instance. Video output will respect the dimensions of the Canvas, completely obscuring it.
###Basic use
Drop an instance of the VLCMediaPlayer control onto your window, then use the Media
property to specify the media file or URL to be played. Media
accepts a FolderItem or String containing a fully-qualified URL. Then use the Play, Pause, and Stop methods to control the playback.
##Methods
##Properties
- CaptureKeyboard As Boolean
- CaptureMouse As Boolean
- Equalizer As libvlc.Equalizer
- IsPlaying As Boolean
- LengthMS As Int64
- Media As libvlc.Medium
- Muted As Boolean
- Position As Single
- TimeMS As Int64
- Volume As Integer
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"