#include <metadata.h>
| Public Member Functions | |
| bool | is_valid () const | 
| Status | status () | 
| bool | read (const char *filename, bool is_ogg=false) | 
| bool | read (FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, bool is_ogg=false) | 
| bool | check_if_tempfile_needed (bool use_padding) | 
| bool | write (bool use_padding=true, bool preserve_file_stats=false) | 
| bool | write (bool use_padding,::FLAC__IOHandle handle,::FLAC__IOCallbacks callbacks) | 
| bool | write (bool use_padding,::FLAC__IOHandle handle,::FLAC__IOCallbacks callbacks,::FLAC__IOHandle temp_handle,::FLAC__IOCallbacks temp_callbacks) | 
| void | merge_padding () | 
| void | sort_padding () | 
| Protected Member Functions | |
| virtual void | clear () | 
| Protected Attributes | |
| ::FLAC__Metadata_Chain * | chain_ | 
| Friends | |
| class | Iterator | 
| Classes | |
| class | Status | 
| 
 | 
| 
Returns  
 | 
| 
 | 
| See FLAC__metadata_chain_status(). 
 | 
| 
 | ||||||||||||
| See FLAC__metadata_chain_read(), FLAC__metadata_chain_read_ogg(). 
 | 
| 
 | ||||||||||||||||
| See FLAC__metadata_chain_read_with_callbacks(), FLAC__metadata_chain_read_ogg_with_callbacks(). 
 | 
| 
 | 
| See FLAC__metadata_chain_check_if_tempfile_needed(). 
 | 
| 
 | ||||||||||||
| See FLAC__metadata_chain_write(). 
 | 
| 
 | ||||||||||||||||
| See FLAC__metadata_chain_write_with_callbacks(). 
 | 
| 
 | ||||||||||||||||||||||||
| See FLAC__metadata_chain_write_with_callbacks_and_tempfile(). 
 | 
| 
 | 
| See FLAC__metadata_chain_merge_padding(). 
 | 
| 
 | 
| See FLAC__metadata_chain_sort_padding(). 
 |