FLAC__stream_encoder_set_streamable_subset

Set the <A HREF="../format.html#subset">Subset</A> flag. If \c true, the encoder will comply with the Subset and will check the settings during FLAC__stream_encoder_init_*() to see if all settings comply. If \c false, the settings may take advantage of the full range that the format allows.

Make sure you know what it entails before setting this to \c false.

\default \c true \param encoder An encoder instance to set. \param value Flag value (see above). \assert \code encoder != NULL \endcode \retval FLAC__bool \c false if the encoder is already initialized, else \c true.

extern (C) nothrow
FLAC__stream_encoder_set_streamable_subset

Meta