foobar2000 SDK  2015-01-14
dynamic_bitrate_helper.h
Go to the documentation of this file.
2 {
3 public:
5  void on_frame(double p_duration,t_size p_bits);
6  bool on_update(file_info & p_out, double & p_timestamp_delta);
7  void reset();
8 private:
9  void init();
12  double m_update_time;
15 };
bool on_update(file_info &p_out, double &p_timestamp_delta)
void on_frame(double p_duration, t_size p_bits)
Main interface class for information about some playable object.
Definition: file_info.h:73
size_t t_size
Definition: int_types.h:48