Home
last modified time | relevance | path

Searched defs:FLAC__StreamEncoderProtected (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flac/src/libFLAC/include/protected/
H A Dstream_encoder.h91 typedef struct FLAC__StreamEncoderProtected { struct
92 FLAC__StreamEncoderState state;
93 FLAC__bool verify;
94 FLAC__bool streamable_subset;
95 FLAC__bool do_md5;
96 FLAC__bool do_mid_side_stereo;
97 FLAC__bool loose_mid_side_stereo;
98 uint32_t channels;
122 } FLAC__StreamEncoderProtected; argument