]> git.sesse.net Git - vlc/commitdiff
Three lines :).
authorChristophe Massiot <massiot@videolan.org>
Sun, 8 Sep 2002 22:20:32 +0000 (22:20 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 8 Sep 2002 22:20:32 +0000 (22:20 +0000)
doc/developer/audio_output.xml

index 70d9877d51c323b5e82c02a15564d82c04ab4e0e..a4e0558134b87ed82d335a5d3aa2702763613848 100644 (file)
@@ -294,11 +294,15 @@ When the decoder dies, or the sample format changes, the input stream must be de
 
   </sect1>
   
-  <!--
   <sect1> <title> API for the output module </title>
+
+    <para>
+An output module must implement a constructor, an optional destructor, and a p_aout->output.pf_play function. The constructor is the function which will be called when the module is loaded.
+    </para>
   
   </sect1>
   
+  <!--
   <sect1> <title> Writing an audio filter </title>
   
   </sect1>