xrif
A fast lossless compression system
|
\
Access to current configuration values.
Functions | |
xrif_dimension_t | xrif_width (xrif_t handle) |
Get the current width of the configured handle. More... | |
xrif_dimension_t | xrif_height (xrif_t handle) |
Get the current height of the configured handle. More... | |
xrif_dimension_t | xrif_depth (xrif_t handle) |
Get the current depth of the configured handle. More... | |
xrif_dimension_t | xrif_frames (xrif_t handle) |
Get the current number of frames of the configured handle. More... | |
xrif_dimension_t xrif_depth | ( | xrif_t | handle | ) |
Get the current depth of the configured handle.
[in] | handle | [in] the xrif handle |
Definition at line 823 of file xrif.c.
References xrif_handle::depth, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.
xrif_dimension_t xrif_frames | ( | xrif_t | handle | ) |
Get the current number of frames of the configured handle.
[in] | handle | [in] the xrif handle |
Definition at line 834 of file xrif.c.
References xrif_handle::frames, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.
xrif_dimension_t xrif_height | ( | xrif_t | handle | ) |
Get the current height of the configured handle.
[in] | handle | [in] the xrif handle |
Definition at line 812 of file xrif.c.
References xrif_handle::height, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.
xrif_dimension_t xrif_width | ( | xrif_t | handle | ) |
Get the current width of the configured handle.
[in] | handle | [in] the xrif handle |
Definition at line 801 of file xrif.c.
References xrif_handle::width, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.