Inheritance diagram for AudioFilterKeep:


Public Member Functions | |
| char * | GetDescription () const |
| void | GetFrame (int16_t **buffer, int frequency, int channels, int &samples, double position, double frame_delta) |
Definition at line 53 of file audio_filters.cc.
|
|
Implements AudioFilter. Definition at line 56 of file audio_filters.cc. 00057 {
00058 return _( "No Change" );
00059 }
|
|
||||||||||||||||||||||||||||
|
Implements AudioFilter. Definition at line 61 of file audio_filters.cc. 00062 {}
|
1.4.2