hamigaki.png (2451 bytes)

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

Class asio_sink

hamigaki::audio::asio_sink —

Synopsis

class asio_sink {
public:
  // types
  typedef char                   char_type;
  typedef implementation defined category; 

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

  // queries
  sample_format_type sample_format() const;
};

Description

asio_sink Boost.Iostreams implementation

  1. std::streamsize write(const char* s, std::streamsize n);
  2. void close();

asio_sink queries

  1. sample_format_type sample_format() const;

    Returns: PCMデータのエンコーディング方式

製作著作 © 2006 Takeshi Mouri

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