Difference between revisions of "Hacker Guide/Access Output"
Jump to navigation
Jump to search
m (Titles starts at level 2 + orth fixes) |
|||
Line 1: | Line 1: | ||
− | = Usage | + | == Usage == |
− | The access output provides the lowest level of access in a VLC chain; see also [[Documentation:Hacker's Guide/Access]]. It provides | + | The access output provides the lowest level of access in a VLC chain; see also [[Documentation:Hacker's Guide/Access]]. It provides minimally a Write() interface expecting a buffer block to be written to the underlying media. |
Revision as of 08:03, 17 August 2009
Usage
The access output provides the lowest level of access in a VLC chain; see also Documentation:Hacker's Guide/Access. It provides minimally a Write() interface expecting a buffer block to be written to the underlying media.