Difference between revisions of "Hacker Guide/Access Output"
Jump to navigation
Jump to search
m (DoesItReallyMatter moved page Documentation:Hacker's Guide/Access output to Documentation:Hacker's Guide/Access Output: Hacker's Guide → Hacker Guide. Note that I changed the casing (Access output → Access Output) to match the casing in the...) |
m (Markup) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
− | The access output provides the lowest level of access in a VLC chain; see also [[ | + | The access output provides the lowest level of access in a VLC chain; see also [[{{#rel2abs:../Access}}]]. It provides minimally a <code>Write()</code> interface expecting a buffer block to be written to the underlying media. |
+ | |||
+ | [[Category:Hacker Guide]] |
Latest revision as of 05:37, 10 March 2019
Usage
The access output provides the lowest level of access in a VLC chain; see also Hacker Guide/Access. It provides minimally a Write()
interface expecting a buffer block to be written to the underlying media.