20 #ifndef AUDIOGRAPHER_BROADCAST_INFO_H
21 #define AUDIOGRAPHER_BROADCAST_INFO_H
54 int64_t get_time_reference ()
const;
55 struct tm get_origination_time () const;
#define LIBAUDIOGRAPHER_API
bool write_to_file(SndfileHandle *sf)
bool has_info() const
Returns true if a info has been succesfully loaded or anything has been manually set.
virtual void set_originator(std::string const &str="")
bool load_from_file(SNDFILE *sf)
bool load_from_file(std::string const &filename)
std::string get_originator() const
bool write_to_file(SNDFILE *sf)
std::string get_description() const
void set_origination_time(struct tm *now=0)
bool write_to_file(std::string const &filename)
std::string get_originator_ref() const
void set_originator_ref(std::string const &str="")
std::string get_error() const
Returns last error sring from libsndfile.
void set_time_reference(int64_t when)
BroadcastInfo()
Construct empty broadcast info.
void set_description(std::string const &desc)