WaveInBaseAddSamples Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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