pub type FLAC__StreamEncoderState = u32;Expand description
State values for a FLAC__StreamEncoder.
The encoder’s state can be obtained by calling FLAC__stream_encoder_get_state().
If the encoder gets into any other state besides \c FLAC__STREAM_ENCODER_OK or \c FLAC__STREAM_ENCODER_UNINITIALIZED, it becomes invalid for encoding and must be deleted with FLAC__stream_encoder_delete().