17#ifndef OBOE_UTILITIES_H
18#define OBOE_UTILITIES_H
23#include "oboe/Definitions.h"
59template <
typename FromType>
Definition ResultWithValue.h:47
Definition AudioClock.h:24
const char * convertToText(FromType input)
std::string getPropertyString(const char *name)
int getPropertyInteger(const char *name, int defaultValue)
bool isAtLeastPreReleaseCodename(const std::string &codename)
AudioFormat
Definition Definitions.h:93
int32_t convertFormatToSizeInBytes(AudioFormat format)
ChannelMask
Definition Definitions.h:526
void convertPcm16ToFloat(const int16_t *source, float *destination, int32_t numSamples)
void convertFloatToPcm16(const float *source, int16_t *destination, int32_t numSamples)