<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Property_VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead</id>
		<title>Property VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Property_VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Property_VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead&amp;action=history"/>
		<updated>2026-04-08T20:19:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Property_VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead&amp;diff=3187&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Property_VLAVIPlayer.TVLAVIPlayer.AudioBuffersAhead&amp;diff=3187&amp;oldid=prev"/>
				<updated>2011-11-22T00:18:32Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Class:''' [[Class VLAVIPlayer.TVLAVIPlayer|TVLAVIPlayer]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''property''' AudioBuffersAhead : Cardinal '''read''' FAudioBuffersAhead '''write''' SetAudioBuffersAhead '''default''' 0;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''__property''' unsigned int AudioBuffersAhead = { '''read'''=FAudioBuffersAhead,  '''write'''=SetAudioBuffersAhead,  '''default'''=0 };&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Number of audio buffers pre-filled. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You can specify a number of audio buffers to be sent through&lt;br /&gt;
the [[Pin VLAVIPlayer.TVLAVIPlayer.AudioOutputPin|AudioOutputPin]] before any video buffer is sent. This&lt;br /&gt;
feature can be used to allow enough audio buffers to be&lt;br /&gt;
available for playing in case of unexpected delays during the&lt;br /&gt;
display or processing of some video frames. Don't use this&lt;br /&gt;
feature if you need the audio data to be processed or&lt;br /&gt;
displayed in synchron with the video frames. To disable audio&lt;br /&gt;
pre buffering set the property to 0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Delphi example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 VLAVIPlayer1.AudioBuffersAhead := 10;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
C++ Builder example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 VLAVIPlayer1-&amp;gt;AudioBuffersAhead = 10;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
Visual C++(MFC) example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 VLAVIPlayer1.AudioBuffersAhead = 10;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
Visual C++/CLI example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 aviPlayer1-&amp;gt;AudioBuffersAhead = 10;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
C# example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 aviPlayer1.AudioBuffersAhead = 10;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
VB example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 AVIPlayer1.AudioBuffersAhead = 10&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>