Difference between revisions of "Hacker Guide/Access Demux"
Jump to navigation
Jump to search
m |
|||
Line 10: | Line 10: | ||
Examples of access-demuxer are DVD, Bluray, v4l2 modules. | Examples of access-demuxer are DVD, Bluray, v4l2 modules. | ||
+ | |||
+ | |||
+ | {{Documentation}}[[Category:Coding]] |
Revision as of 01:08, 12 November 2010
Description
The modules of 'access_demux' capability are designed to handle the access and part of the demux stage in the same module.
Therefore, you are required to read access and demux pages before going on.
An access-demuxer could be seen as a demuxer that handles the access at the same time.
In an access-demuxer, the stream s is null.
Examples of access-demuxer are DVD, Bluray, v4l2 modules.
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.