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
18852621
Commit
18852621
authored
Feb 20, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LibVLC structures: cleanup
parent
a9f5ce8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
49 deletions
+6
-49
include/vlc/libvlc_structures.h
include/vlc/libvlc_structures.h
+6
-49
No files found.
include/vlc/libvlc_structures.h
View file @
18852621
...
...
@@ -35,63 +35,20 @@
extern
"C"
{
# endif
/** This structure is opaque. It represents a libvlc instance */
typedef
struct
libvlc_instance_t
libvlc_instance_t
;
/*****************************************************************************
* Time
*****************************************************************************/
/** \defgroup libvlc_time libvlc_time
/**
* \ingroup libvlc_core
* LibVLC Time support in libvlc
* @{
*/
typedef
int64_t
libvlc_time_t
;
/**@} */
/*****************************************************************************
* Media Descriptor
*****************************************************************************/
/** \defgroup libvlc_media libvlc_media
* \ingroup libvlc
* LibVLC Media Descriptor handling
* @{
*/
/**@} */
/*****************************************************************************
* Playlist
*****************************************************************************/
/** \defgroup libvlc_playlist libvlc_playlist (Deprecated)
* \ingroup libvlc
* LibVLC Playlist handling (Deprecated)
* @deprecated Use media_list
* @{
*/
typedef
struct
libvlc_playlist_item_t
{
int
i_id
;
char
*
psz_uri
;
char
*
psz_name
;
/** This structure is opaque. It represents a libvlc instance */
typedef
struct
libvlc_instance_t
libvlc_instance_t
;
}
libvlc_playlist_item
_t
;
typedef
int64_t
libvlc_time
_t
;
/**@} */
/*****************************************************************************
* Message log handling
*****************************************************************************/
/** \defgroup libvlc_log libvlc_log
* \ingroup libvlc_core
* LibVLC Message Logging
/**
* \ingroup libvlc_log
* @{
*/
...
...
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