EchoFilterAddLocalSamples Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic void AddLocalSamples(
byte[] buffer,
int offset,
int count
)
Public Sub AddLocalSamples (
buffer As Byte(),
offset As Integer,
count As Integer
)
public:
void AddLocalSamples(
array<unsigned char>^ buffer,
int offset,
int count
)
member AddLocalSamples :
buffer : byte[] *
offset : int *
count : int -> unit
Parameters
- buffer
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
See Also