Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

KinoAudioFactory Class Reference

#include <kino_av_pipe.h>

List of all members.

Static Public Member Functions

static KinoAudioPipeCreateAudioPipe (kino_audio_pipe)
 Create a wav or pcm audio pipe.


Member Function Documentation

KinoAudioPipe * KinoAudioFactory::CreateAudioPipe kino_audio_pipe   )  [static]
 

Create a wav or pcm audio pipe.

Definition at line 480 of file kino_av_pipe.cc.

References PIPE_AUDIO_PCM, and PIPE_AUDIO_WAV.

Referenced by ExportMJPEG::doExport(), and ExportAudio::doExport().

00481 {
00482     switch ( type )
00483     {
00484     case PIPE_AUDIO_WAV:
00485         return new WAVExport();
00486     case PIPE_AUDIO_PCM:
00487         return new PCMExport();
00488     default:
00489         return NULL;
00490     }
00491 }


The documentation for this class was generated from the following files:
Generated on Sun Mar 11 22:13:07 2007 for Kino by  doxygen 1.4.2