| IPPEchoFilterFilter Method  | 
            Performs echo cancellation.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic byte[] Filter(
	byte[] localFrame,
	byte[] remoteFrame
)
Public Function Filter ( 
	localFrame As Byte(),
	remoteFrame As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Filter(
	array<unsigned char>^ localFrame, 
	array<unsigned char>^ remoteFrame
) sealed
abstract Filter : 
        localFrame : byte[] * 
        remoteFrame : byte[] -> byte[] 
override Filter : 
        localFrame : byte[] * 
        remoteFrame : byte[] -> byte[] Parameters
- localFrame
 - Type: SystemByte
Contains speech with echo. - remoteFrame
 - Type: SystemByte
Contains echo. 
Return Value
Type: 
ByteSpeech without echo.
See Also