WaveInBaseAddSamples Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected void AddSamples(
byte[] data
)
Protected Sub AddSamples (
data As Byte()
)
protected:
void AddSamples(
array<unsigned char>^ data
)
member AddSamples :
data : byte[] -> unit
Parameters
- data
- Type: SystemByte
See Also