foobar2000 SDK  2015-01-14
Data Structures | Functions
input.h File Reference

Go to the source code of this file.

Data Structures

class  input_decoder
 
class  input_decoder_v2
 
class  input_decoder_v3
 
class  input_entry
 
class  input_info_reader
 
class  input_info_writer
 
class  input_info_writer_v2
 

Functions

 PFC_DECLARE_EXCEPTION (exception_tagging_unsupported, exception_io_data,"Tagging of this file format is not supported") enum
 

Function Documentation

PFC_DECLARE_EXCEPTION ( exception_tagging_unsupported  ,
exception_io_data  ,
"Tagging of this file format is not supported"   
)

Definition at line 1 of file input.h.

3  {
4  input_flag_no_seeking = 1 << 0,
5  input_flag_no_looping = 1 << 1,
6  input_flag_playback = 1 << 2,
7  input_flag_testing_integrity = 1 << 3,
8  input_flag_allow_inaccurate_seeking = 1 << 4,
9  input_flag_no_postproc = 1 << 5,
10 
11  input_flag_simpledecode = input_flag_no_seeking|input_flag_no_looping,
12 };