Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ActiveAE::CSampleBuffer Class Reference

#include <ActiveAEBuffer.h>

Public Member Functions

 CSampleBuffer ()=default
 
 ~CSampleBuffer ()=default
 
CSampleBufferAcquire ()
 
void Return ()
 

Public Attributes

std::unique_ptr< CSoundPacketpkt
 
CActiveAEBufferPoolpool = nullptr
 
int64_t timestamp
 
int pkt_start_offset = 0
 
int refCount = 0
 
double centerMixLevel
 

Constructor & Destructor Documentation

◆ CSampleBuffer()

ActiveAE::CSampleBuffer::CSampleBuffer ( )
default

◆ ~CSampleBuffer()

ActiveAE::CSampleBuffer::~CSampleBuffer ( )
default

Member Function Documentation

◆ Acquire()

CSampleBuffer * CSampleBuffer::Acquire ( )

◆ Return()

void CSampleBuffer::Return ( )

Member Data Documentation

◆ centerMixLevel

double ActiveAE::CSampleBuffer::centerMixLevel

◆ pkt

std::unique_ptr<CSoundPacket> ActiveAE::CSampleBuffer::pkt

◆ pkt_start_offset

int ActiveAE::CSampleBuffer::pkt_start_offset = 0

◆ pool

CActiveAEBufferPool* ActiveAE::CSampleBuffer::pool = nullptr

◆ refCount

int ActiveAE::CSampleBuffer::refCount = 0

◆ timestamp

int64_t ActiveAE::CSampleBuffer::timestamp

The documentation for this class was generated from the following files: