Go to the source code of this file.
|
FLAC__bool | FLAC__add_metadata_block (const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw) |
|
FLAC__bool | FLAC__frame_add_header (const FLAC__FrameHeader *header, FLAC__BitWriter *bw) |
|
FLAC__bool | FLAC__subframe_add_constant (const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) |
|
FLAC__bool | FLAC__subframe_add_fixed (const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) |
|
FLAC__bool | FLAC__subframe_add_lpc (const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) |
|
FLAC__bool | FLAC__subframe_add_verbatim (const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) |
|
◆ FLAC__add_metadata_block()
◆ FLAC__frame_add_header()
◆ FLAC__subframe_add_constant()
◆ FLAC__subframe_add_fixed()
◆ FLAC__subframe_add_lpc()
◆ FLAC__subframe_add_verbatim()