Home | History | Annotate | Download | only in FLAC

Lines Matching full:current_frame

530  *  \a samples and \a current_frame are purely informational.  If \a samples
531 * is greater than \c 0, then \a current_frame will hold the current frame
550 * \param current_frame The number of the current frame being encoded.
556 typedef FLAC__StreamEncoderWriteStatus (*FLAC__StreamEncoderWriteCallback)(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);