#include <iostream>#include <time.h>#include <string>#include <stdio.h>#include <samplerate.h>#include "endian_types.h"#include "playlist.h"Include dependency graph for frame.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _FRAME_H 1 |
| #define | DV_AUDIO_MAX_SAMPLES 1944 |
| #define | FRAME_MAX_WIDTH 720 |
| #define | FRAME_MAX_HEIGHT 576 |
| #define | BUFFER_LEN 20480 |
Typedefs | |
| typedef Pack | Pack |
| typedef TimeCode | TimeCode |
| typedef AudioInfo | AudioInfo |
Enumerations | |
| enum | AudioResampleType { AUDIO_RESAMPLE_SRC_SINC_BEST_QUALITY = 0, AUDIO_RESAMPLE_SRC_SINC_MEDIUM_QUALITY = 1, AUDIO_RESAMPLE_SRC_SINC_FASTEST = 2, AUDIO_RESAMPLE_SRC_ZERO_ORDER_HOLD = 3, AUDIO_RESAMPLE_SRC_LINEAR = 4, AUDIO_RESAMPLE_INTERNAL = 5 } |
Functions | |
| FramePool * | GetFramePool () |
|
|
|
|
|
Definition at line 196 of file frame.h. Referenced by AsyncAudioResample< input_t, output_t >::AsyncAudioResample(), and SrcAudioResample< input_t, output_t >::Resample(). |
|
|
|
Definition at line 59 of file frame.h. Referenced by PageMagick::AudioThread(), ExportStills::doExport(), ExportMJPEG::doExport(), generate_file_preview(), PageMagick::PreviewFrame(), PageCapture::saveFrame(), KinoCommon::saveFrame(), showScenesThread(), PageMagick::StartRender(), and PageMagick::VideoThread(). |
|
|
Definition at line 58 of file frame.h. Referenced by PageMagick::AudioThread(), ExportStills::doExport(), ExportMJPEG::doExport(), generate_file_preview(), PageMagick::PreviewFrame(), PageCapture::saveFrame(), KinoCommon::saveFrame(), showScenesThread(), PageMagick::StartRender(), and PageMagick::VideoThread(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 186 of file frame.h. 00186 {
00187 AUDIO_RESAMPLE_SRC_SINC_BEST_QUALITY = 0,
00188 AUDIO_RESAMPLE_SRC_SINC_MEDIUM_QUALITY = 1,
00189 AUDIO_RESAMPLE_SRC_SINC_FASTEST = 2,
00190 AUDIO_RESAMPLE_SRC_ZERO_ORDER_HOLD = 3,
00191 AUDIO_RESAMPLE_SRC_LINEAR = 4,
00192 AUDIO_RESAMPLE_INTERNAL = 5
00193 }
|
|
1.4.2