This method starts the actual BASSenc_AAC encoder.
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- proc
- Type: Un4seen.Bass.AddOn.EncENCODEPROC
NOT used/supported here. - user
- Type: SystemIntPtr
NOT used/supported here. - paused
- Type: SystemBoolean
Start the encoder paused? If , you might use Pause(Boolean) to unpause (and really start the encoder).
Return Value
Type: BooleanReturns , if the encoder was successfully started - else is returned.
Implements
IBaseEncoderStart(ENCODEPROC, IntPtr, Boolean)Remarks
If an encoder stops running prematurely, Stop should still be called to release resources that were allocated for the encoding.
See Also