Public Member Functions

AUDIO::MonoToStereoSource Class Reference

Combines two mono sources into a stereo source. More...

#include <Source.h>

Inherits AUDIO::Source, and ReferenceCountedData< SharedMonoToStereoSourceData >.

List of all members.

Public Member Functions

 MonoToStereoSource (Source &sourceLeft, Source &sourceRight)
 Constructs a stereo source that combines two mono sources together to form a left and right channel. The sources passed in will be duplicated, so the originals may be freed after the call. If the sources are different lengths, silence will fill in the last portion of the shorter source.

Detailed Description

Combines two mono sources into a stereo source.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends