FLAC__stream_encoder_get_total_samples_estimate

Get the previously set estimate of the total samples to be encoded. The encoder merely mimics back the value given to FLAC__stream_encoder_set_total_samples_estimate() since it has no other way of knowing how many samples the client will encode.

\param encoder An encoder instance to set. \assert \code encoder != NULL \endcode \retval FLAC__uint64 See FLAC__stream_encoder_get_total_samples_estimate().

extern (C) nothrow
FLAC__stream_encoder_get_total_samples_estimate

Meta