Android-cuttlefish cvd tool
Public Member Functions | Protected Member Functions | List of all members
cuttlefish::webrtc_streaming::AudioSource Class Referenceabstract

#include <audio_source.h>

Inheritance diagram for cuttlefish::webrtc_streaming::AudioSource:
Inheritance graph
[legend]

Public Member Functions

virtual int GetMoreAudioData (void *data, int bytes_per_sample, int samples_per_channel, int num_channels, int sample_rate, bool &muted)=0
 

Protected Member Functions

virtual ~AudioSource ()=default
 

Constructor & Destructor Documentation

◆ ~AudioSource()

virtual cuttlefish::webrtc_streaming::AudioSource::~AudioSource ( )
protectedvirtualdefault

Member Function Documentation

◆ GetMoreAudioData()

virtual int cuttlefish::webrtc_streaming::AudioSource::GetMoreAudioData ( void *  data,
int  bytes_per_sample,
int  samples_per_channel,
int  num_channels,
int  sample_rate,
bool &  muted 
)
pure virtual

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