• Home
  • Raw
  • Download

Lines Matching full:see

48  *  See the detailed documentation in the
122 inline operator bool() const { return is_valid(); } ///< See is_valid()
125 …virtual bool set_ogg_serial_number(long value); ///< See FLAC__stream_decod…
126 …virtual bool set_md5_checking(bool value); ///< See FLAC__stream_decod…
127 …virtual bool set_metadata_respond(::FLAC__MetadataType type); ///< See FLAC__stream_decod…
128 …virtual bool set_metadata_respond_application(const FLAC__byte id[4]); ///< See FLAC__stream_decod…
129 …virtual bool set_metadata_respond_all(); ///< See FLAC__stream_decod…
130 …virtual bool set_metadata_ignore(::FLAC__MetadataType type); ///< See FLAC__stream_decod…
131 …virtual bool set_metadata_ignore_application(const FLAC__byte id[4]); ///< See FLAC__stream_decod…
132 …virtual bool set_metadata_ignore_all(); ///< See FLAC__stream_decod…
135 …State get_state() const; ///< See FLAC__stream_decoder_ge…
136 …virtual bool get_md5_checking() const; ///< See FLAC__stream_decoder_ge…
137 …virtual FLAC__uint64 get_total_samples() const; ///< See FLAC__stream_decoder_ge…
138 …virtual uint32_t get_channels() const; ///< See FLAC__stream_decoder_ge…
139 …virtual ::FLAC__ChannelAssignment get_channel_assignment() const; ///< See FLAC__stream_decoder_ge…
140 …virtual uint32_t get_bits_per_sample() const; ///< See FLAC__stream_decoder_ge…
141 …virtual uint32_t get_sample_rate() const; ///< See FLAC__stream_decoder_ge…
142 …virtual uint32_t get_blocksize() const; ///< See FLAC__stream_decoder_ge…
143 …virtual bool get_decode_position(FLAC__uint64 *position) const; ///< See FLAC__stream_decoder_ge…
148 virtual bool finish(); ///< See FLAC__stream_decoder_finish()
150 virtual bool flush(); ///< See FLAC__stream_decoder_flush()
151 virtual bool reset(); ///< See FLAC__stream_decoder_reset()
153 virtual bool process_single(); ///< See FLAC__stream_decoder_process_single()
154 …virtual bool process_until_end_of_metadata(); ///< See FLAC__stream_decoder_process_until_end_of_m…
155 …virtual bool process_until_end_of_stream(); ///< See FLAC__stream_decoder_process_until_end_of_s…
156 virtual bool skip_single_frame(); ///< See FLAC__stream_decoder_skip_single_frame()
158 virtual bool seek_absolute(FLAC__uint64 sample); ///< See FLAC__stream_decoder_seek_absolute()
160 /// see FLAC__StreamDecoderReadCallback
163 /// see FLAC__StreamDecoderSeekCallback
166 /// see FLAC__StreamDecoderTellCallback
169 /// see FLAC__StreamDecoderLengthCallback
172 /// see FLAC__StreamDecoderEofCallback
175 /// see FLAC__StreamDecoderWriteCallback
178 /// see FLAC__StreamDecoderMetadataCallback
181 /// see FLAC__StreamDecoderErrorCallback
185 …// lame hack: some compilers can't see a protected decoder_ from nested State::resolved_as_cstring…
229 …virtual ::FLAC__StreamDecoderInitStatus init(FILE *file); ///< See FLAC__stre…
230 …virtual ::FLAC__StreamDecoderInitStatus init(const char *filename); ///< See FLAC__stre…
231 …virtual ::FLAC__StreamDecoderInitStatus init(const std::string &filename); ///< See FLAC__stre…
233 …virtual ::FLAC__StreamDecoderInitStatus init_ogg(FILE *file); ///< See FLAC__stre…
234 …virtual ::FLAC__StreamDecoderInitStatus init_ogg(const char *filename); ///< See FLAC__stre…
235 …virtual ::FLAC__StreamDecoderInitStatus init_ogg(const std::string &filename); ///< See FLAC__stre…