WaveBufferBuffer Property |
Recorded buffer containing "Length" real bytes. Check IsWrited and set IsReaded before reading it.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic byte[] Buffer { get; }
public:
property array<unsigned char>^ Buffer {
array<unsigned char>^ get ();
}
Property Value
Type:
Byte
See Also