SuperpoweredSDK  v2.0.2
Superpowered Audio SDK
Superpowered::AndroidUSBAudioIOInfo Struct Reference

Information about an audio input or output. More...

#include "SuperpoweredAndroidUSB.h"

Public Attributes

int bitsPerSample
 Bits per sample. More...
 
int interface
 Number of the interface the input or output belongs to. More...
 
bool isInput
 Input or output. More...
 
char * name
 Human readable name. More...
 
int numChannels
 Number of channels. More...
 
int samplerate
 Sample rate in Hz. More...
 

Detailed Description

Information about an audio input or output.

Member Data Documentation

◆ bitsPerSample

int Superpowered::AndroidUSBAudioIOInfo::bitsPerSample

Bits per sample.

◆ interface

int Superpowered::AndroidUSBAudioIOInfo::interface

Number of the interface the input or output belongs to.

◆ isInput

bool Superpowered::AndroidUSBAudioIOInfo::isInput

Input or output.

◆ name

char* Superpowered::AndroidUSBAudioIOInfo::name

Human readable name.

◆ numChannels

int Superpowered::AndroidUSBAudioIOInfo::numChannels

Number of channels.

◆ samplerate

int Superpowered::AndroidUSBAudioIOInfo::samplerate

Sample rate in Hz.


The documentation for this struct was generated from the following file: