Click or drag to resize

WaveBufferAddDataToBuffer Method

Adds data to buffer. Raises DataRecorded event if enough data in the buffer. Stops recording if buffer is full.

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public bool AddDataToBuffer(
	byte[] data,
	int data_size
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:CallFlowFramework.Media.WaveBuffer.AddDataToBuffer(System.Byte[],System.Int32)"]

data_size
Type: SystemInt32

[Missing <param name="data_size"/> documentation for "M:CallFlowFramework.Media.WaveBuffer.AddDataToBuffer(System.Byte[],System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CallFlowFramework.Media.WaveBuffer.AddDataToBuffer(System.Byte[],System.Int32)"]

See Also