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

AudioNone Class Reference

Inheritance diagram for AudioNone:

Inheritance graph
[legend]
Collaboration diagram for AudioNone:

Collaboration graph
[legend]
List of all members.

Public Member Functions

char * GetDescription () const
void GetFrame (int16_t **aframe, int16_t **bframe, int frequency, int channels, int &samples, double position, double frame_delta)

Member Function Documentation

char* AudioNone::GetDescription  )  const [inline, virtual]
 

Implements AudioTransition.

Definition at line 58 of file audio_transitions.cc.

00059     {
00060         return _( "No Change" );
00061     }

void AudioNone::GetFrame int16_t **  aframe,
int16_t **  bframe,
int  frequency,
int  channels,
int &  samples,
double  position,
double  frame_delta
[inline, virtual]
 

Implements AudioTransition.

Definition at line 63 of file audio_transitions.cc.

00064     {}


The documentation for this class was generated from the following file:
Generated on Sun Mar 11 22:12:45 2007 for Kino by  doxygen 1.4.2