Difference between revisions of "Hacker Guide/Access Output"

From VideoLAN Wiki
Jump to navigation Jump to search
(Created page with '= Usage = The access output provides the lowest level of access in a VLC chain; see also Hacker's Guide/Access. It provides minimaly a Write() interface expecting a buf...')
 
Line 1: Line 1:
= Usage =
+
= Usage =
  
The access output provides the lowest level of access in a VLC chain; see also [[Hacker's Guide/Access]]. It provides minimaly 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 minimaly a Write() interface expecting a buffer block to be written to the underlying media. 

Revision as of 19:19, 14 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 minimaly a Write() interface expecting a buffer block to be written to the underlying media.