Struct portaudio::types::PaStreamParameters
[-]
[+]
[src]
pub struct PaStreamParameters {
pub device: PaDeviceIndex,
pub channel_count: i32,
pub sample_format: PaSampleFormat,
pub suggested_latency: PaTime,
}Parameters for one direction (input or output) of a stream.
Fields
device | Index of the device |
channel_count | The number of channels for this device |
sample_format | Sample format of the device |
suggested_latency | The suggested latency for this device |