Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
a92f6005
Commit
a92f6005
authored
Jun 04, 2002
by
Josh Coalson
Browse files
add inherited get methods from stream decoder in file decoder also
parent
83761b9f
Changes
1
Show whitespace changes
Inline
Side-by-side
include/FLAC++/decoder.h
View file @
a92f6005
...
...
@@ -147,11 +147,19 @@ namespace FLAC {
State
get_state
()
const
;
bool
get_md5_checking
()
const
;
unsigned
get_channels
()
const
;
::
FLAC__ChannelAssignment
get_channel_assignment
()
const
;
unsigned
get_bits_per_sample
()
const
;
unsigned
get_sample_rate
()
const
;
unsigned
get_blocksize
()
const
;
State
init
();
bool
finish
();
bool
flush
();
bool
reset
();
bool
process_whole_stream
();
bool
process_metadata
();
bool
process_one_frame
();
...
...
@@ -218,6 +226,11 @@ namespace FLAC {
State
get_state
()
const
;
bool
get_md5_checking
()
const
;
unsigned
get_channels
()
const
;
::
FLAC__ChannelAssignment
get_channel_assignment
()
const
;
unsigned
get_bits_per_sample
()
const
;
unsigned
get_sample_rate
()
const
;
unsigned
get_blocksize
()
const
;
State
init
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment