Searched refs:MixerOutput (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerOutput.h24 class MixerOutput class
27 MixerOutput(MixerCore *core,
29 ~MixerOutput();
102 MixerOutput::GetOutputChannelCount()
109 MixerOutput::GetOutputChannelGain(int channel)
118 MixerOutput::GetOutputChannelSourceCount(int channel)
125 inline void MixerOutput::GetOutputChannelSourceInfoAt(int channel,
138 MixerOutput::AdjustByteOrder(BBuffer *buffer)
145 MixerOutput::IsMuted()
H A DMixerSettings.h14 class MixerOutput;
53 void SaveConnectionSettings(MixerOutput *output);
54 void LoadConnectionSettings(MixerOutput *output);
H A DMixerOutput.cpp10 #include "MixerOutput.h"
19 MixerOutput::MixerOutput(MixerCore *core, const media_output &output) function in class:MixerOutput
29 PRINT_OUTPUT("MixerOutput::MixerOutput", fOutput);
37 MixerOutput::~MixerOutput()
45 MixerOutput::MediaOutput()
52 MixerOutput::ChangeFormat(const media_multi_audio_format &format)
57 PRINT_OUTPUT("MixerOutput
[all...]
H A DMixerCore.h22 class MixerOutput;
50 MixerOutput* AddOutput(const media_output& output);
58 MixerOutput* Output();
97 MixerOutput* fOutput;
H A DMixerUtils.h47 class MixerOutput;
49 const char *StringForFormat(char *buf, MixerOutput *output);
H A DAudioMixer.h20 class MixerOutput;
44 MixerOutput* output);
H A DAudioMixer.cpp29 #include "MixerOutput.h"
245 MixerOutput *output = fCore->Output();
410 MixerOutput *output = fCore->Output();
584 MixerOutput *output = fCore->Output();
668 MixerOutput *output = fCore->Output();
979 MixerOutput* output = fCore->Output();
1198 AudioMixer::SendBuffer(BBuffer* buffer, MixerOutput* output)
1294 MixerOutput *output = fCore->Output();
1516 MixerOutput *output = fCore->Output();
1717 MixerOutput *ou
[all...]
H A DMixerCore.cpp27 #include "MixerOutput.h"
160 MixerOutput*
168 fOutput = new MixerOutput(this, output);
169 // the output format might have been adjusted inside MixerOutput
229 MixerOutput *
H A DMixerSettings.cpp23 #include "MixerOutput.h"
323 MixerSettings::SaveConnectionSettings(MixerOutput *output)
343 MixerSettings::LoadConnectionSettings(MixerOutput *output)
H A DMixerUtils.cpp18 #include "MixerOutput.h"
321 StringForFormat(char *buf, MixerOutput *output)

Completed in 68 milliseconds