| MobileForms Toolkit Documentation |
|
CustomFilter.Apply Method
Apply custom filter.
public virtual
bool Apply(
byte[] buffer,
ref
int bytesRecorded);
Parameters
-
buffer
- An array of bytes. The buffer contains the raw audio data to precess. When this method returns, the buffer contains new processed raw audio data.
-
bytesRecorded
- Length of the buffer. When this method return, the bytesRecorded contains new length of the buffer. It can be only smaller that initial length.
Return Value
See Also
CustomFilter Class | Resco.Audio Namespace