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