xil_cis_flush(3)
NAME
xil_cis_flush − complete pending operations for a compressed image sequence
SYNOPSIS
#include <xil/xil.h>
void xil_cis_flush (XilCis cis);
DESCRIPTION
This function instructs the compressor to complete any pending write operations for the compressed image sequence cis.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
Flush a compressed image sequence:
XilCis cis;
xil_cis_flush( cis );
SEE ALSO
SunOS — Last change: 10 June 1993