|
Zao SDK for Jetson / libzao-endpoint API リファレンス 1.6.0.0 (2024-12-24)
|
PCM受信用バッファのインターフェース。 More...
#include <PcmSinkBufferInterface.hpp>
Public Member Functions | |
| virtual const std::int16_t * | GetPointer () const =0 |
| バッファのポインタを取得する。 | |
| virtual std::size_t | GetLength () const =0 |
| バッファの有効サンプル数を取得する。 | |
| virtual TimestampInterface::Rep | GetTimestamp () const =0 |
| タイムスタンプを取得する。 | |
| virtual bool | IsIncontiguous () const =0 |
| 前回のバッファ取得からこのバッファまでの間に、 データの不連続があるかを取得する。 | |
| virtual | ~PcmSinkBufferInterface () noexcept=default |
| PcmSinkBufferInterface オブジェクトを破棄する。 | |
PCM受信用バッファのインターフェース。
|
pure virtual |
タイムスタンプを取得する。
| timestamp | タイムスタンプ値。 |