Difference between revisions of "Hacker Guide/Access Output"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page Documentation:Hacker's Guide/Access Output to Hacker Guide/Access Output without leaving a redirect: Fix namespace)
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
[[Category:Hacker Guide]]

Revision as of 05:53, 29 January 2019

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.