#include <filedv.h>
Inheritance diagram for FileDV:

Public Member Functions | |
| FileDV (Asset *asset, File *file) | |
| ~FileDV () | |
| int | reset_parameters_derived () |
| int | open_file (int rd, int wr) |
| int | close_file () |
| int | close_file_derived () |
| int64_t | get_video_position () |
| int64_t | get_audio_position () |
| int | set_video_position (int64_t x) |
| int | set_audio_position (int64_t x) |
| int | write_samples (double **buffer, int64_t len) |
| int | write_frames (VFrame ***frames, int len) |
| int | read_compressed_frame (VFrame *buffer) |
| int | write_compressed_frame (VFrame *buffers) |
| int64_t | compressed_frame_size () |
| int | read_samples (double *buffer, int64_t len) |
| int | read_frame (VFrame *frame) |
| int | colormodel_supported (int colormodel) |
| int | can_copy_from (Edit *edit, int64_t position) |
| int | calculate_samples (int frame_count) |
Static Public Member Functions | |
| static void | get_parameters (BC_WindowBase *parent_window, Asset *asset, BC_WindowBase *&format_window, int audio_options, int video_options) |
| static int | check_sig (Asset *asset) |
| static int | get_best_colormodel (Asset *asset, int driver) |
Private Attributes | |
| FILE * | stream |
| dv_decoder_t * | decoder |
| dv_encoder_t * | encoder |
| int64_t | audio_position |
| int64_t | video_position |
| unsigned char * | output |
| unsigned char * | input |
| int | output_size |
| int64_t | audio_offset |
| int64_t | video_offset |
| int | samples_offset [4] |
| int | frames_written |
| int16_t ** | audio_buffer |
| int | samples_in_buffer |
| int | isPAL |
| int | current_frame |
Definition at line 16 of file filedv.h.
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from FileBase. |
|
|
Referenced by File::open_file(). |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
||||||||||||
|
Referenced by File::get_best_colormodel(). |
|
||||||||||||||||||||||||
|
Referenced by File::get_options(). |
|
|
Reimplemented from FileBase. |
|
||||||||||||
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
||||||||||||
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
|
Reimplemented from FileBase. |
|
||||||||||||
|
Reimplemented from FileBase. |
|
||||||||||||
|
Reimplemented from FileBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4