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)
Syntaxpublic event EventHandler<RefEventArgs<short[]>> RecordingProgress
public:
event EventHandler<RefEventArgs<array<short>^>^>^ RecordingProgress {
void add (EventHandler<RefEventArgs<array<short>^>^>^ value);
void remove (EventHandler<RefEventArgs<array<short>^>^>^ value);
}
Value
Type:
SystemEventHandlerRefEventArgsInt16
See Also