Changeset 9b25c18105980f9d97083891095abcc68dbeb86a
- Timestamp:
- 03/09/08 18:01:26
(6 months ago)
- Author:
- Filippo Carone <littlejohn@videolan.org>
- git-committer:
- Filippo Carone <littlejohn@videolan.org> 1205082086 +0100
- git-parent:
[4cd4ecc88b88339f0e9bc8b2531c64d82e60bfc6]
- git-author:
- Filippo Carone <littlejohn@videolan.org> 1205082069 +0100
- Message:
deprecate playlist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdaa85a7 |
r9b25c18 |
|
| 35 | 35 | import org.videolan.jvlc.internal.LibVlc.libvlc_exception_t; |
|---|
| 36 | 36 | |
|---|
| | 37 | /** |
|---|
| | 38 | * The playlist is deprecated and will be removed. Use MediaList and MediaListPlayer instead. |
|---|
| | 39 | */ |
|---|
| | 40 | @Deprecated |
|---|
| 37 | 41 | public class Playlist { |
|---|
| 38 | 42 | |
|---|