Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4187aedd
Commit
4187aedd
authored
Sep 03, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JVLC: update libVLC event types.
parent
c22195b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
bindings/java/core/src/main/java/org/videolan/jvlc/internal/LibVlcEventType.java
...main/java/org/videolan/jvlc/internal/LibVlcEventType.java
+14
-1
No files found.
bindings/java/core/src/main/java/org/videolan/jvlc/internal/LibVlcEventType.java
View file @
4187aedd
...
...
@@ -68,5 +68,18 @@ public enum LibVlcEventType {
libvlc_MediaDiscovererEnded
,
// 32
libvlc_MediaPlayerTitleChanged
,
// 33
libvlc_MediaPlayerSnapshotTaken
;
// 34
libvlc_MediaPlayerSnapshotTaken
,
// 34
libvlc_MediaPlayerLengthChanged
,
// 35
libvlc_VlmMediaAdded
,
// 36
libvlc_VlmMediaRemoved
,
// 37
libvlc_VlmMediaChanged
,
// 38
libvlc_VlmMediaInstanceStarted
,
// 39
libvlc_VlmMediaInstanceStopped
,
// 40
libvlc_VlmMediaInstanceStatusInit
,
// 41
libvlc_VlmMediaInstanceStatusOpening
,
// 42
libvlc_VlmMediaInstanceStatusPlaying
,
// 43
libvlc_VlmMediaInstanceStatusPause
,
// 44
libvlc_VlmMediaInstanceStatusEnd
,
// 45
libvlc_VlmMediaInstanceStatusError
;
// 46
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment