Changeset 2f4ec25d60a56a3188df3405bfa413edf1a3d4b8
- Timestamp:
- 08/03/08 15:59:40
(7 months ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1204988380 +0100
- git-parent:
[a402c26ac021dba2fc1ed0e8498002466bb41218]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1204988380 +0100
- Message:
libvlc interface fix and missing toggle_fullscreen method added
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra0b3d37 |
r2f4ec25 |
|
| 142 | 142 | void libvlc_playlist_loop(LibVlcInstance instance, int loop, libvlc_exception_t exception); |
|---|
| 143 | 143 | |
|---|
| 144 | | void libvlc_playlist_play(LibVlcInstance instance, int itemIndex, int optionsCount, String[][] options, libvlc_exception_t exception); |
|---|
| | 144 | void libvlc_playlist_play(LibVlcInstance instance, int itemIndex, int optionsCount, String[] options, libvlc_exception_t exception); |
|---|
| 145 | 145 | |
|---|
| 146 | 146 | void libvlc_playlist_pause(LibVlcInstance instance, libvlc_exception_t exception); |
|---|
| … | … | |
| 303 | 303 | Pointer userData, libvlc_exception_t excecption); |
|---|
| 304 | 304 | |
|---|
| | 305 | void libvlc_toggle_fullscreen(LibVlcMediaInstance instance, libvlc_exception_t exception); |
|---|
| | 306 | |
|---|
| 305 | 307 | } |
|---|
| ra394259 |
r2f4ec25 |
|
| 1 | 1 | /***************************************************************************** |
|---|
| 2 | | * LibVlcImpl.java: VLC Java Bindings, sample LibVlc use. |
|---|
| | 2 | * ${file_name}: VLC Java Bindings |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 1998-2007 the VideoLAN team |
|---|