|
kwave
18.07.70
|
#include <K3BExportPlugin.h>

Public Attributes | |
| unsigned int | m_index |
| QString | m_filename |
| sample_index_t | m_start |
| sample_index_t | m_length |
| QString | m_title |
| QString | m_artist |
Definition at line 85 of file K3BExportPlugin.h.
| QString Kwave::K3BExportPlugin::BlockInfo::m_artist |
artist of the song
Definition at line 91 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::detectBlockMetaData(), Kwave::K3BExportPlugin::saveDocumentData(), and Kwave::K3BExportPlugin::scanBlocksToSave().
| QString Kwave::K3BExportPlugin::BlockInfo::m_filename |
file name for saving
Definition at line 87 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::saveDocumentData(), and Kwave::K3BExportPlugin::scanBlocksToSave().
| unsigned int Kwave::K3BExportPlugin::BlockInfo::m_index |
track index [1...N]
Definition at line 86 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::scanBlocksToSave().
| sample_index_t Kwave::K3BExportPlugin::BlockInfo::m_length |
length of the block [samples]
Definition at line 89 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::scanBlocksToSave().
| sample_index_t Kwave::K3BExportPlugin::BlockInfo::m_start |
start of the block [samples]
Definition at line 88 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::scanBlocksToSave().
| QString Kwave::K3BExportPlugin::BlockInfo::m_title |
title of the block
Definition at line 90 of file K3BExportPlugin.h.
Referenced by Kwave::K3BExportPlugin::detectBlockMetaData(), Kwave::K3BExportPlugin::saveDocumentData(), and Kwave::K3BExportPlugin::scanBlocksToSave().