IPPEchoFilterFilter Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 Byte
-
- remoteFrame Byte
-
Return Value
Byte
See Also