Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Compressor::Packet Struct Reference

Structure representing a packet of compressed audio data. More...

#include <Packet.hpp>

Collaboration diagram for Compressor::Packet:
Collaboration graph

Data Fields

unsigned int size = 0
 
unsigned int maxPacketSize = 4000
 
unsigned int sampleRate = 44100
 
std::vector< unsigned char > data
 

Detailed Description

Structure representing a packet of compressed audio data.

Definition at line 22 of file Packet.hpp.

Field Documentation

◆ data

std::vector<unsigned char> Compressor::Packet::data

Vector containing the compressed audio data.

Definition at line 26 of file Packet.hpp.

◆ maxPacketSize

unsigned int Compressor::Packet::maxPacketSize = 4000

Maximum allowed packet size.

Definition at line 24 of file Packet.hpp.

◆ sampleRate

unsigned int Compressor::Packet::sampleRate = 44100

Sample rate of the audio data.

Definition at line 25 of file Packet.hpp.

◆ size

unsigned int Compressor::Packet::size = 0

Size of the packet data.

Definition at line 23 of file Packet.hpp.


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