mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
@@ -115,7 +115,7 @@ namespace FLAC {
|
|||||||
virtual ~Stream();
|
virtual ~Stream();
|
||||||
|
|
||||||
//@{
|
//@{
|
||||||
/** Call after construction to check the that the object was created
|
/** Call after construction to check that the object was created
|
||||||
* successfully. If not, use get_state() to find out why not.
|
* successfully. If not, use get_state() to find out why not.
|
||||||
*/
|
*/
|
||||||
virtual bool is_valid() const;
|
virtual bool is_valid() const;
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ namespace FLAC {
|
|||||||
virtual ~Stream();
|
virtual ~Stream();
|
||||||
|
|
||||||
//@{
|
//@{
|
||||||
/** Call after construction to check the that the object was created
|
/** Call after construction to check that the object was created
|
||||||
* successfully. If not, use get_state() to find out why not.
|
* successfully. If not, use get_state() to find out why not.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#define FLAC__SHARE__PRIVATE_H
|
#define FLAC__SHARE__PRIVATE_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Unpublished debug routines from libFLAC> This should not be used from any
|
* Unpublished debug routines from libFLAC. This should not be used from any
|
||||||
* client code other than code shipped with the FLAC sources.
|
* client code other than code shipped with the FLAC sources.
|
||||||
*/
|
*/
|
||||||
FLAC_API FLAC__bool FLAC__stream_encoder_disable_constant_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value);
|
FLAC_API FLAC__bool FLAC__stream_encoder_disable_constant_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value);
|
||||||
|
|||||||
Reference in New Issue
Block a user