The CHANNELINFO structure describes the channel position within a file.
typedef struct _CHANNELINFO
{
L_UINT uStructSize;
L_TCHAR szName[64];
CHANNELTYPE ChannelType;
} CHANNELINFO, *pCHANNELINFO;
Size of this structure. Use sizeof (CAHNNELINFO).
Null-terminated characters string that contains the Channel name if given.
Type of the channel.
pCHANNELINFO is a pointer to a CHANNELINFO structure. Where the function parameter type is pCHANNELINFO, declare a CHANNELINFO variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pCHANNELINFO variable is necessary only if the program requires a pointer.
This structure must be initialized prior calling L_LoadChannel function. The uStructSize
member must set to the total size, in bytes, of the structure. Use the sizeof() operator to calculate this value.
For an example, refer to L_LoadChannel.
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