BASS.NET API for the Un4seen BASS Audio Library

WaveFormRenderStart Method (Int32, Boolean)

BASS.NET API for the Un4seen BASS Audio Library
Start the rendering process for the specified decoding stream (peak levels will be scanned).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool RenderStart(
	int decodingStream,
	bool background
)

Parameters

decodingStream
Type: SystemInt32
A prepared decoding channel to use for rendering.
background
Type: SystemBoolean
, if rendering should be performed in an independent threadpool thread (using a Normal priority). , if rendering should be executed synchronious.

Return Value

Type: Boolean
, if rendering was started successfully, else .
Remarks

This overload uses the specified decoding channel. It's position will be set to 0 first. The channel can not and should not be used by your application in the meantime until rendering has been finished!

The decoding channel will be freed automatically by this method after rendering has been finished!

See Also

Reference