BASS.NET API for the Un4seen BASS Audio Library

BassEncBASS_Encode_Start Method

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

  NameDescription
Public methodStatic memberCode exampleBASS_Encode_Start(Int32, String, BASSEncode, ENCODEPROC, IntPtr)
Starts encoding on a channel.

This overload implements UNICODE cmdlines. The BASS_UNICODE flag will be added automatically, since all .Net strings are always unicode.

Public methodStatic memberCode exampleBASS_Encode_Start(Int32, String, BASSEncode, ENCODEPROC, IntPtr, Int32)
Sets up an encoder on a channel.

This overload implements UNICODE cmdlines. The BASS_UNICODE flag will be added automatically, since all .Net strings are always unicode.

Top
See Also

Reference