<%= ASP.Header %>
<%= ASP.PropHandlers %>
Note: On portable devices, to conserve battery life it may be desirable to reduce the length of time that a DVD drive will continue to spin after the user
has paused playback. By default, the disc keeps spinning for two minutes. This value can be modified to set the spin down time in seconds.
Custom Properties in DirectShow DVD
| <%= ASP.ShowSpan("cprops", False) %> |
Custom Properties
Name |
Format |
Value |
<% Dim oProp %>
<% For Each oProp In ASP.Instance.Properties %>
<%= oProp.Name %> |
<%= oProp.Format %> |
<%= vuVarToString(oProp.Value, 10) %> |
<% Next %>
Resources in DirectShow DVD
| <%= ASP.ShowSpan("res", False) %> |
Resources
Name |
DisplayName |
Disabled |
<% Dim oRes
For Each oRes In ASP.Instance.Resources %>
<%= oRes.Name %> |
<%= oRes.DisplayName %> |
<%= oRes.Disabled %> |
<% Next %>
<%= ASP.Footer %>
]]>