|
Babel
1
The voip software that only works on your local network
|
Structure representing a packet of compressed audio data. More...
#include <Packet.hpp>

Data Fields | |
| unsigned int | size = 0 |
| unsigned int | maxPacketSize = 4000 |
| unsigned int | sampleRate = 44100 |
| std::vector< unsigned char > | data |
Structure representing a packet of compressed audio data.
Definition at line 22 of file Packet.hpp.
| std::vector<unsigned char> Compressor::Packet::data |
Vector containing the compressed audio data.
Definition at line 26 of file Packet.hpp.
| unsigned int Compressor::Packet::maxPacketSize = 4000 |
Maximum allowed packet size.
Definition at line 24 of file Packet.hpp.
| unsigned int Compressor::Packet::sampleRate = 44100 |
Sample rate of the audio data.
Definition at line 25 of file Packet.hpp.
| unsigned int Compressor::Packet::size = 0 |
Size of the packet data.
Definition at line 23 of file Packet.hpp.