riverd-soundio ~master (2021-12-18T07:23:07.6294564)
Dub
Repo
SoundIoSampleRateRange
riverd
soundio
types
The size of this struct is OK to use.
extern (
C
) @
nogc
nothrow
struct
SoundIoSampleRateRange {
int
min
;
int
max
;
}
Members
Variables
max
int
max
;
Undocumented in source.
min
int
min
;
Undocumented in source.
Meta
Source
See Implementation
riverd
soundio
types
aliases
da_soundio_backend_count
da_soundio_backend_name
da_soundio_best_matching_channel_layout
da_soundio_channel_layout_builtin_count
da_soundio_channel_layout_detect_builtin
da_soundio_channel_layout_equal
da_soundio_channel_layout_find_channel
da_soundio_channel_layout_get_builtin
da_soundio_channel_layout_get_default
da_soundio_connect
da_soundio_connect_backend
da_soundio_create
da_soundio_default_input_device_index
da_soundio_default_output_device_index
da_soundio_destroy
da_soundio_device_equal
da_soundio_device_nearest_sample_rate
da_soundio_device_ref
da_soundio_device_sort_channel_layouts
da_soundio_device_supports_format
da_soundio_device_supports_layout
da_soundio_device_supports_sample_rate
da_soundio_device_unref
da_soundio_disconnect
da_soundio_flush_events
da_soundio_force_device_scan
da_soundio_format_string
da_soundio_get_backend
da_soundio_get_bytes_per_frame
da_soundio_get_bytes_per_sample
da_soundio_get_bytes_per_second
da_soundio_get_channel_name
da_soundio_get_input_device
da_soundio_get_output_device
da_soundio_have_backend
da_soundio_input_device_count
da_soundio_instream_begin_read
da_soundio_instream_create
da_soundio_instream_destroy
da_soundio_instream_end_read
da_soundio_instream_get_latency
da_soundio_instream_open
da_soundio_instream_pause
da_soundio_instream_start
da_soundio_output_device_count
da_soundio_outstream_begin_write
da_soundio_outstream_clear_buffer
da_soundio_outstream_create
da_soundio_outstream_destroy
da_soundio_outstream_end_write
da_soundio_outstream_get_latency
da_soundio_outstream_open
da_soundio_outstream_pause
da_soundio_outstream_start
da_soundio_parse_channel_id
da_soundio_ring_buffer_advance_read_ptr
da_soundio_ring_buffer_advance_write_ptr
da_soundio_ring_buffer_capacity
da_soundio_ring_buffer_clear
da_soundio_ring_buffer_create
da_soundio_ring_buffer_destroy
da_soundio_ring_buffer_fill_count
da_soundio_ring_buffer_free_count
da_soundio_ring_buffer_read_ptr
da_soundio_ring_buffer_write_ptr
da_soundio_sort_channel_layouts
da_soundio_strerror
da_soundio_version_major
da_soundio_version_minor
da_soundio_version_patch
da_soundio_version_string
da_soundio_wait_events
da_soundio_wakeup
enums
SoundIoBackend
SoundIoChannelId
SoundIoChannelLayoutId
SoundIoDeviceAim
SoundIoError
SoundIoFormat
manifest constants
SOUNDIO_MAX_CHANNELS
SoundIoFormatFloat32FE
SoundIoFormatFloat32NE
SoundIoFormatFloat64FE
SoundIoFormatFloat64NE
SoundIoFormatS16FE
SoundIoFormatS16NE
SoundIoFormatS24FE
SoundIoFormatS24NE
SoundIoFormatS32FE
SoundIoFormatS32NE
SoundIoFormatU16FE
SoundIoFormatU16NE
SoundIoFormatU24FE
SoundIoFormatU24NE
SoundIoFormatU32FE
SoundIoFormatU32NE
structs
SoundIo
SoundIoChannelArea
SoundIoChannelLayout
SoundIoDevice
SoundIoInStream
SoundIoOutStream
SoundIoRingBuffer
SoundIoSampleRateRange
The size of this struct is OK to use.