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
43e06aaa
Commit
43e06aaa
authored
Aug 08, 2002
by
Josh Coalson
Browse files
minor comments
parent
6a56fe9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/OggFLAC/stream_encoder.h
View file @
43e06aaa
...
...
@@ -374,6 +374,13 @@ FLAC__bool OggFLAC__stream_encoder_set_total_samples_estimate(OggFLAC__StreamEnc
FLAC__bool
OggFLAC__stream_encoder_set_metadata
(
OggFLAC__StreamEncoder
*
encoder
,
FLAC__StreamMetadata
**
metadata
,
unsigned
num_blocks
);
/** Set the write callback.
*
* \note
* Unlike the FLAC stream encoder write callback, the Ogg stream
* encoder write callback will be called twice when writing audio
* frames; once for the page header, and once for the page body.
* When writing the page header, the \a samples argument to the
* write callback will be \c 0.
*
* \note
* The callback is mandatory and must be set before initialization.
...
...
Write
Preview
Supports
Markdown
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