hamigaki.png (2451 bytes)

前のページ 上に戻る ホーム 次のページ

Class pcm_sink

hamigaki::audio::pcm_sink —

Synopsis

class pcm_sink {
public:
  // types
  typedef char char_type;

  // construct/copy/destruct
  pcm_sink(const pcm_format&, std::size_t);

  // Boost.Iostreams implementation
  std::streamsize write(const char*, std::streamsize);
  bool flush();
  void close();
};

Description

pcm_sink construct/copy/destruct

  1. pcm_sink(const pcm_format& f, std::size_t buffer_size);

pcm_sink Boost.Iostreams implementation

  1. std::streamsize write(const char* s, std::streamsize n);
  2. bool flush();
  3. void close();
製作著作 © 2006 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ