Skip to main content

peek

family

Declared in clika_rt/clika_rt_core.h.

Members

NameDescription
peek_audio_bytesClikaRT::io::peek_audio <- ClikaRT/io/io.h one form of the overloaded C++ peek_audio; the _bytes suffix names this form C++ defaults (dropped at this surface): target_sample_rate=0, target_channels=0
peek_audio_pathClikaRT::io::peek_audio <- ClikaRT/io/io.h one form of the overloaded C++ peek_audio; the _path suffix names this form C++ defaults (dropped at this surface): target_sample_rate=0, target_channels=0
peek_image_bytesClikaRT::io::peek_image <- ClikaRT/io/io.h one form of the overloaded C++ peek_image; the _bytes suffix names this form
peek_image_pathClikaRT::io::peek_image <- ClikaRT/io/io.h one form of the overloaded C++ peek_image; the _path suffix names this form

Functions

peek_audio_bytes

clika_rt_error*(* peek_audio_bytes)(const uint8_t *bytes, size_t bytes_count, int32_t target_sample_rate, int32_t target_channels, clika_rt_audio_info *out)

ClikaRT::io::peek_audio <- ClikaRT/io/io.h one form of the overloaded C++ peek_audio; the _bytes suffix names this form C++ defaults (dropped at this surface): target_sample_rate=0, target_channels=0

Declared in clika_rt/clika_rt_core.h, line 8794

peek_audio_path

clika_rt_error*(* peek_audio_path)(const char *path, size_t path_len, int32_t target_sample_rate, int32_t target_channels, clika_rt_audio_info *out)

ClikaRT::io::peek_audio <- ClikaRT/io/io.h one form of the overloaded C++ peek_audio; the _path suffix names this form C++ defaults (dropped at this surface): target_sample_rate=0, target_channels=0

Declared in clika_rt/clika_rt_core.h, line 8785

peek_image_bytes

clika_rt_error*(* peek_image_bytes)(const uint8_t *bytes, size_t bytes_count, clika_rt_image_info *out)

ClikaRT::io::peek_image <- ClikaRT/io/io.h one form of the overloaded C++ peek_image; the _bytes suffix names this form

Declared in clika_rt/clika_rt_core.h, line 8778

peek_image_path

clika_rt_error*(* peek_image_path)(const char *path, size_t path_len, clika_rt_image_info *out)

ClikaRT::io::peek_image <- ClikaRT/io/io.h one form of the overloaded C++ peek_image; the _path suffix names this form

Declared in clika_rt/clika_rt_core.h, line 8772