Microsoft DirectX 9.0 |
The ZeroBetween2 method removes everything from the track between the specified times. This method splits any objects that span the specified time range and removes the pieces that fall within the range.
Syntax
object.ZeroBetween2(
rtStart As Double,
rtEnd As Double
)
Parameters
rtStart
Beginning of the range to clear, in seconds.
rtEnd
End of the range to clear, in seconds.
Error Codes
If the method fails, an error is raised.
See Also