Function libCZI_GetStreamClassInfo#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_GetStreamClassInfo(std::int32_t index, InputStreamClassInfoInterop *input_stream_class_info)#
Get information about the stream class at the specified index.
- Parameters:
index – Zero-based index of the stream class to query information about.
input_stream_class_info – [out] If successful, information about the stream class is put here. Note that the strings in the structure must be freed (by the caller) using ‘libCZI_Free’.
- Returns:
An error-code indicating success or failure of the operation.