Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
cd9f7455
Commit
cd9f7455
authored
Jul 19, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documented demux state changes.
parent
f4348329
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/vlc_demux.h
include/vlc_demux.h
+3
-1
No files found.
include/vlc_demux.h
View file @
cd9f7455
...
...
@@ -124,13 +124,15 @@ enum demux_query_e
/* Attachments */
DEMUX_GET_ATTACHMENTS
,
/* arg1=input_attachment_t***, int* res=can fail */
/* RECORD you should accept it only if the stream can be recorded without
/* RECORD you are ensured that it is never called twice with the same state
* you should accept it only if the stream can be recorded without
* any modification or header addition. */
DEMUX_CAN_RECORD
,
/* arg1=bool* res=can fail(assume false) */
DEMUX_SET_RECORD_STATE
,
/* arg1=bool res=can fail */
/* II. Specific access_demux queries */
/* PAUSE you are ensured that it is never called twice with the same state */
DEMUX_CAN_PAUSE
=
0x1000
,
/* arg1= bool* can fail (assume false)*/
DEMUX_SET_PAUSE_STATE
,
/* arg1= bool can fail */
...
...
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