BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoder Methods

BASS.NET API for the Un4seen BASS Audio Library

The IBaseEncoder type exposes the following members.

Methods

  NameDescription
Public methodPause
This method must implement the actual pauseing of the encoder. After the encoder was paused successfully the EncoderHandle must still return a valid HENCODE handle (non-zero).
Public methodStart
This method must implement the actual start of the encoder. After the encoder was started successfully the EncoderHandle must return a valid HENCODE handle.
Public methodStop
This method must implement the actual stop of the encoder. After the encoder was stopped successfully the EncoderHandle must return 0 (zero).
Top
See Also

Reference