SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Attributes | List of all members
AudioSample Struct Reference

#include <dsptypes.h>

Public Attributes

qint16 l
 
qint16 r
 

Detailed Description

Definition at line 90 of file dsptypes.h.

Member Data Documentation

◆ l

qint16 AudioSample::l

Definition at line 91 of file dsptypes.h.

Referenced by UDPSource::readMonoSample(), and UDPSourceUDPHandler::readSample().

◆ r

qint16 AudioSample::r

Definition at line 92 of file dsptypes.h.

Referenced by UDPSource::readMonoSample(), and UDPSourceUDPHandler::readSample().


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