#include "Ltdic.h"
L_LTDIC_API L_BOOL L_DicomWaveGrpSetNumberOfSamplesPerChannel(hDICOMWaveFormGroup, uNumberOfSamples)
Sets the number of samples per channel.
A DICOM waveform group handle.
New number of samples for a channel included in this waveform group.
Value | Meaning |
---|---|
TRUE | The number of samples per channel was set successfully. |
FALSE | An error occurred. |
In DICOM all channels within a multiplex group are synchronously digitized at a common sampling frequency and have the same number of samples. Use this function to set the number of samples per channel in this group.
The initial value for the number of samples per channel is zero.
Make sure to call this function before you call any functions that are used to set the data for a channel that is included in the waveform group. The functions that are used to set the data for a channel include L_DicomChannelSetSamples8, L_DicomChannelSetSamples16 and L_DicomChannelSetSamples32.
If you call this function after setting the data for one or more channels that are included in this group, then the function will expand or shrink the internal buffers that hold the data for each of the channels accordingly. For example, if you initially call this function and pass it 150 as the number of samples per channel and then call L_DicomChannelSetSamples8 and set 150 samples for a channel that is included in the waveform group and then call this function again and pass it 125, then this will shrink the buffer that holds the data for the channel to be 125 samples long and will discard all the samples that do not fit in the buffer any more.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_DicomChannelSetSamples8.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document