#include <aattachmentpoint.h>
Inheritance diagram for AAttachmentPoint:

Public Member Functions | |
| AAttachmentPoint (RenderEngine *renderengine, Plugin *plugin) | |
| ~AAttachmentPoint () | |
| void | delete_buffer_vector () |
| void | new_buffer_vector (int total, int size) |
| void | render (double *output, int buffer_number, int64_t start_position, int64_t len, int64_t sample_rate) |
| void | dispatch_plugin_server (int buffer_number, long current_position, long fragment_size) |
| int | get_buffer_size () |
Public Attributes | |
| double ** | buffer_vector |
| int | buffer_allocation |
Definition at line 7 of file aattachmentpoint.h.
|
||||||||||||
|
Definition at line 11 of file aattachmentpoint.C. References buffer_allocation, and buffer_vector. |
|
|
Definition at line 18 of file aattachmentpoint.C. References delete_buffer_vector(). |
|
|
Reimplemented from AttachmentPoint. Definition at line 23 of file aattachmentpoint.C. References buffer_allocation, buffer_vector, and AttachmentPoint::virtual_plugins. Referenced by new_buffer_vector(), and ~AAttachmentPoint(). |
|
||||||||||||||||
|
|
|
|
Reimplemented from AttachmentPoint. Definition at line 51 of file aattachmentpoint.C. References PlaybackConfig::aconfig, RenderEngine::command, RenderEngine::config, AudioOutConfig::fragment_size, TransportCommand::get_edl(), AttachmentPoint::renderengine, EDLSession::sample_rate, and EDL::session. |
|
||||||||||||
|
Definition at line 35 of file aattachmentpoint.C. References buffer_allocation, buffer_vector, delete_buffer_vector(), and AttachmentPoint::virtual_plugins. Referenced by render(). |
|
||||||||||||||||||||||||
|
|
Definition at line 27 of file aattachmentpoint.h. Referenced by AAttachmentPoint(), delete_buffer_vector(), and new_buffer_vector(). |
|
|
Definition at line 26 of file aattachmentpoint.h. Referenced by AAttachmentPoint(), delete_buffer_vector(), new_buffer_vector(), and render(). |
1.4.4