Click or drag to resize

WaveCaptureRecordingProgress Event

Raised when the buffer has accumulated enough data (required data length is calculated from return_data_period parameter)

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public event EventHandler<RefEventArgs<short[]>> RecordingProgress

Value

Type: SystemEventHandlerRefEventArgsInt16
See Also