#include "AmSession.h"#include "AmSipDialog.h"#include "AmAdvancedAudio.h"#include "SampleArray.h"#include <string>Go to the source code of this file.
Data Structures | |
| struct | B2ABEvent |
| base class for event in B2AB session More... | |
| struct | B2ABOtherLegRingingEvent |
| event fired if B leg is ringing in b2ab session More... | |
| struct | B2ABConnectAudioEvent |
| trigger connecting the audio in B2AB session More... | |
| struct | B2ABConnectLegEvent |
| trigger connecting the callee leg in B2AB session More... | |
| struct | B2ABConnectOtherLegExceptionEvent |
| event fired if an exception occured while creating B leg More... | |
| struct | B2ABConnectOtherLegFailedEvent |
| event fired if the B leg could not be connected (e.g. busy) More... | |
| class | AmB2ABSession |
| Base class for Sessions in B2ABUA mode. More... | |
| class | AmB2ABCallerSession |
| Caller leg of a B2AB session. More... | |
| class | AmB2ABCalleeSession |
| Callee leg of a B2AB session. More... | |
| class | AmAudioDelayBridge |
| AmAudio that connects input and output with delay More... | |
| class | AmSessionAudioConnector |
| connects the audio of two sessions together More... | |
Enumerations | |
| enum | { B2ABTerminateLeg, B2ABConnectLeg, B2ABConnectAudio, B2ABConnectOtherLegFailed, B2ABConnectOtherLegException, B2ABOtherLegRinging } |
1.5.1