boolset_verify(boolvalue);///< See FLAC__stream_encoder_set_verify()
boolset_streamable_subset(boolvalue);///< See FLAC__stream_encoder_set_streamable_subset()
boolset_do_mid_side_stereo(boolvalue);///< See FLAC__stream_encoder_set_do_mid_side_stereo()
boolset_loose_mid_side_stereo(boolvalue);///< See FLAC__stream_encoder_set_loose_mid_side_stereo()
boolset_channels(unsignedvalue);///< See FLAC__stream_encoder_set_channels()
boolset_bits_per_sample(unsignedvalue);///< See FLAC__stream_encoder_set_bits_per_sample()
boolset_sample_rate(unsignedvalue);///< See FLAC__stream_encoder_set_sample_rate()
boolset_blocksize(unsignedvalue);///< See FLAC__stream_encoder_set_blocksize()
boolset_apodization(constchar*specification);///< See FLAC__stream_encoder_set_apodization()
boolset_max_lpc_order(unsignedvalue);///< See FLAC__stream_encoder_set_max_lpc_order()
boolset_qlp_coeff_precision(unsignedvalue);///< See FLAC__stream_encoder_set_qlp_coeff_precision()
boolset_do_qlp_coeff_prec_search(boolvalue);///< See FLAC__stream_encoder_set_do_qlp_coeff_prec_search()
boolset_do_escape_coding(boolvalue);///< See FLAC__stream_encoder_set_do_escape_coding()
boolset_do_exhaustive_model_search(boolvalue);///< See FLAC__stream_encoder_set_do_exhaustive_model_search()
boolset_min_residual_partition_order(unsignedvalue);///< See FLAC__stream_encoder_set_min_residual_partition_order()
boolset_max_residual_partition_order(unsignedvalue);///< See FLAC__stream_encoder_set_max_residual_partition_order()
boolset_rice_parameter_search_dist(unsignedvalue);///< See FLAC__stream_encoder_set_rice_parameter_search_dist()
boolset_total_samples_estimate(FLAC__uint64value);///< See FLAC__stream_encoder_set_total_samples_estimate()
boolset_metadata(::FLAC__StreamMetadata**metadata,unsignednum_blocks);///< See FLAC__stream_encoder_set_metadata()
boolset_metadata(FLAC::Metadata::Prototype**metadata,unsignednum_blocks);///< See FLAC__stream_encoder_set_metadata()
Stateget_state()const;///< See FLAC__stream_encoder_get_state()
Decoder::Stream::Stateget_verify_decoder_state()const;///< See FLAC__stream_encoder_get_verify_decoder_state()
voidget_verify_decoder_error_stats(FLAC__uint64*absolute_sample,unsigned*frame_number,unsigned*channel,unsigned*sample,FLAC__int32*expected,FLAC__int32*got);///< See FLAC__stream_encoder_get_verify_decoder_error_stats()
boolget_verify()const;///< See FLAC__stream_encoder_get_verify()
boolget_streamable_subset()const;///< See FLAC__stream_encoder_get_streamable_subset()
boolget_do_mid_side_stereo()const;///< See FLAC__stream_encoder_get_do_mid_side_stereo()
boolget_loose_mid_side_stereo()const;///< See FLAC__stream_encoder_get_loose_mid_side_stereo()
unsignedget_channels()const;///< See FLAC__stream_encoder_get_channels()
unsignedget_bits_per_sample()const;///< See FLAC__stream_encoder_get_bits_per_sample()
unsignedget_sample_rate()const;///< See FLAC__stream_encoder_get_sample_rate()
unsignedget_blocksize()const;///< See FLAC__stream_encoder_get_blocksize()
unsignedget_max_lpc_order()const;///< See FLAC__stream_encoder_get_max_lpc_order()
unsignedget_qlp_coeff_precision()const;///< See FLAC__stream_encoder_get_qlp_coeff_precision()
boolget_do_qlp_coeff_prec_search()const;///< See FLAC__stream_encoder_get_do_qlp_coeff_prec_search()
boolget_do_escape_coding()const;///< See FLAC__stream_encoder_get_do_escape_coding()
boolget_do_exhaustive_model_search()const;///< See FLAC__stream_encoder_get_do_exhaustive_model_search()
unsignedget_min_residual_partition_order()const;///< See FLAC__stream_encoder_get_min_residual_partition_order()
unsignedget_max_residual_partition_order()const;///< See FLAC__stream_encoder_get_max_residual_partition_order()
unsignedget_rice_parameter_search_dist()const;///< See FLAC__stream_encoder_get_rice_parameter_search_dist()
FLAC__uint64get_total_samples_estimate()const;///< See FLAC__stream_encoder_get_total_samples_estimate()
/** Initialize the instance; as with the C interface,
*init()shouldbecalledafterconstructionand'set'
*callsbutbeforeanyofthe'process'calls.
*
*SeeFLAC__stream_encoder_init_stream().
*/
::FLAC__StreamEncoderInitStatusinit();
voidfinish();///< See FLAC__stream_encoder_finish()
boolprocess(constFLAC__int32*constbuffer[],unsignedsamples);///< See FLAC__stream_encoder_process()
boolprocess_interleaved(constFLAC__int32buffer[],unsignedsamples);///< See FLAC__stream_encoder_process_interleaved()