WaveInDataEventArgs Constructor |
Creates a new instance of the WaveInEventArgs class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic WaveInDataEventArgs(
byte[] buffer,
int bytes
)
Public Sub New (
buffer As Byte(),
bytes As Integer
)
public:
WaveInDataEventArgs(
array<unsigned char>^ buffer,
int bytes
)
new :
buffer : byte[] *
bytes : int -> WaveInDataEventArgs
Parameters
- buffer
- Type: SystemByte
Buffer containing the recorded data - bytes
- Type: SystemInt32
The number of bytes in the buffer.
See Also