33#ifndef FLAC__PROTECTED__STREAM_DECODER_H
34#define FLAC__PROTECTED__STREAM_DECODER_H
38#include "../private/ogg_decoder_aspect.h"
51 FLAC__OggDecoderAspect ogg_decoder_aspect;
FLAC__StreamDecoderState
Definition stream_decoder.h:201
FLAC__StreamDecoderInitStatus
Definition stream_decoder.h:255
unsigned FLAC__stream_decoder_get_input_bytes_unconsumed(const FLAC__StreamDecoder *decoder)
Definition stream_decoder.c:1219
int FLAC__bool
Definition ordinals.h:70
Definition stream_decoder.h:462
Definition stream_decoder.h:41
unsigned sample_rate
Definition stream_decoder.h:47
unsigned bits_per_sample
Definition stream_decoder.h:46
FLAC__StreamDecoderInitStatus initstate
Definition stream_decoder.h:43
unsigned blocksize
Definition stream_decoder.h:48
FLAC__bool md5_checking
Definition stream_decoder.h:49
FLAC__StreamDecoderState state
Definition stream_decoder.h:42
FLAC__ChannelAssignment channel_assignment
Definition stream_decoder.h:45
unsigned channels
Definition stream_decoder.h:44