Julius 4.1.5
変数
構造体 PaStreamInfo

A structure containing unchanging information about an open stream. [詳細]

#include <portaudio.h>

変数

int structVersion
 this is struct version 1
PaTime inputLatency
 The input latency of the stream in seconds.
PaTime outputLatency
 The output latency of the stream in seconds.
double sampleRate
 The sample rate of the stream in Hertz (samples per second).

説明

A structure containing unchanging information about an open stream.

参照:
Pa_GetStreamInfo

portaudio.h954 行で定義されています。


構造体

The input latency of the stream in seconds.

This value provides the most accurate estimate of input latency available to the implementation. It may differ significantly from the suggestedLatency value passed to Pa_OpenStream(). The value of this field will be zero (0.) for output-only streams.

参照:
PaTime

portaudio.h965 行で定義されています。

参照元 adin_mic_standby().

The output latency of the stream in seconds.

This value provides the most accurate estimate of output latency available to the implementation. It may differ significantly from the suggestedLatency value passed to Pa_OpenStream(). The value of this field will be zero (0.) for input-only streams.

参照:
PaTime

portaudio.h973 行で定義されています。

The sample rate of the stream in Hertz (samples per second).

In cases where the hardware sample rate is inaccurate and PortAudio is aware of it, the value of this field may be different from the sampleRate parameter passed to Pa_OpenStream(). If information about the actual hardware sample rate is not available, this field will have the same value as the sampleRate parameter passed to Pa_OpenStream().

portaudio.h982 行で定義されています。


この構造体の説明は次のファイルから生成されました: