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