Name

edf_set_recording_info — Sets the additional recordinginfo.

Calling Sequence

 	edf_set_recording_info(edf_handle,recording_additional)

Description

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

edf_handle is the file handle of the opened bdf/gdf-file

recording_additional is a string.

Examples

edf_set_recording_info(edf_handle, 'test recording');

Authors

Holger Nahrstaedt