virtualboolset_verify(boolvalue);///< See FLAC__stream_encoder_set_verify()
virtualboolset_streamable_subset(boolvalue);///< See FLAC__stream_encoder_set_streamable_subset()
virtualboolset_do_mid_side_stereo(boolvalue);///< See FLAC__stream_encoder_set_do_mid_side_stereo()
virtualboolset_loose_mid_side_stereo(boolvalue);///< See FLAC__stream_encoder_set_loose_mid_side_stereo()
virtualboolset_channels(unsignedvalue);///< See FLAC__stream_encoder_set_channels()
virtualboolset_bits_per_sample(unsignedvalue);///< See FLAC__stream_encoder_set_bits_per_sample()
virtualboolset_sample_rate(unsignedvalue);///< See FLAC__stream_encoder_set_sample_rate()
virtualboolset_blocksize(unsignedvalue);///< See FLAC__stream_encoder_set_blocksize()
virtualboolset_apodization(constchar*specification);///< See FLAC__stream_encoder_set_apodization()
virtualboolset_max_lpc_order(unsignedvalue);///< See FLAC__stream_encoder_set_max_lpc_order()
virtualboolset_qlp_coeff_precision(unsignedvalue);///< See FLAC__stream_encoder_set_qlp_coeff_precision()
virtualboolset_do_qlp_coeff_prec_search(boolvalue);///< See FLAC__stream_encoder_set_do_qlp_coeff_prec_search()
virtualboolset_do_escape_coding(boolvalue);///< See FLAC__stream_encoder_set_do_escape_coding()
virtualboolset_do_exhaustive_model_search(boolvalue);///< See FLAC__stream_encoder_set_do_exhaustive_model_search()
virtualboolset_min_residual_partition_order(unsignedvalue);///< See FLAC__stream_encoder_set_min_residual_partition_order()
virtualboolset_max_residual_partition_order(unsignedvalue);///< See FLAC__stream_encoder_set_max_residual_partition_order()
virtualboolset_rice_parameter_search_dist(unsignedvalue);///< See FLAC__stream_encoder_set_rice_parameter_search_dist()
virtualboolset_total_samples_estimate(FLAC__uint64value);///< See FLAC__stream_encoder_set_total_samples_estimate()
virtualboolset_metadata(::FLAC__StreamMetadata**metadata,unsignednum_blocks);///< See FLAC__stream_encoder_set_metadata()
virtualboolset_metadata(FLAC::Metadata::Prototype**metadata,unsignednum_blocks);///< See FLAC__stream_encoder_set_metadata()
/* get_state() is not virtual since we want subclasses to be able to return their own state */
Stateget_state()const;///< See FLAC__stream_encoder_get_state()
virtualDecoder::Stream::Stateget_verify_decoder_state()const;///< See FLAC__stream_encoder_get_verify_decoder_state()
virtualvoidget_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()
virtualboolget_verify()const;///< See FLAC__stream_encoder_get_verify()
virtualboolget_streamable_subset()const;///< See FLAC__stream_encoder_get_streamable_subset()
virtualboolget_do_mid_side_stereo()const;///< See FLAC__stream_encoder_get_do_mid_side_stereo()
virtualboolget_loose_mid_side_stereo()const;///< See FLAC__stream_encoder_get_loose_mid_side_stereo()
virtualunsignedget_channels()const;///< See FLAC__stream_encoder_get_channels()
virtualunsignedget_bits_per_sample()const;///< See FLAC__stream_encoder_get_bits_per_sample()
virtualunsignedget_sample_rate()const;///< See FLAC__stream_encoder_get_sample_rate()
virtualunsignedget_blocksize()const;///< See FLAC__stream_encoder_get_blocksize()
virtualunsignedget_max_lpc_order()const;///< See FLAC__stream_encoder_get_max_lpc_order()
virtualunsignedget_qlp_coeff_precision()const;///< See FLAC__stream_encoder_get_qlp_coeff_precision()
virtualboolget_do_qlp_coeff_prec_search()const;///< See FLAC__stream_encoder_get_do_qlp_coeff_prec_search()
virtualboolget_do_escape_coding()const;///< See FLAC__stream_encoder_get_do_escape_coding()
virtualboolget_do_exhaustive_model_search()const;///< See FLAC__stream_encoder_get_do_exhaustive_model_search()
virtualunsignedget_min_residual_partition_order()const;///< See FLAC__stream_encoder_get_min_residual_partition_order()
virtualunsignedget_max_residual_partition_order()const;///< See FLAC__stream_encoder_get_max_residual_partition_order()
virtualunsignedget_rice_parameter_search_dist()const;///< See FLAC__stream_encoder_get_rice_parameter_search_dist()
virtualFLAC__uint64get_total_samples_estimate()const;///< See FLAC__stream_encoder_get_total_samples_estimate()