BASS.NET API for the Un4seen BASS Audio Library

WaveFormRenderStart Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodRenderStart(Boolean, BASSFlag)
Start the rendering process for the FileName given (peak levels will be scanned).
Public methodRenderStart(Int32, Boolean)
Start the rendering process for the specified decoding stream (peak levels will be scanned).
Public methodRenderStart(Boolean, ThreadPriority, BASSFlag)
Start the rendering process for the FileName given (peak levels will be scanned).
Public methodRenderStart(Int32, Boolean, Boolean)
Start the rendering process for the specified decoding stream (peak levels will be scanned).
Public methodRenderStart(Boolean, BASSFlag, IntPtr, Int64)
Start the rendering process for audio data located at the memory position (peak levels will be scanned). Note: The FileName will be ignored.
Public methodRenderStart(Int32, Boolean, ThreadPriority, Boolean)
Start the rendering process for the specified decoding stream (peak levels will be scanned).
Top
See Also

Reference