WaveInDataEventArgsBuffer Property |
Gets the buffer containing the recorded data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public byte[] Buffer { get; }
Public ReadOnly Property Buffer As Byte()
Get
public:
property array<unsigned char>^ Buffer {
array<unsigned char>^ get ();
}
member Buffer : byte[] with get
Property Value
Type:
ByteSee Also