8#ifndef ITABLE_LAUNCHER_H
9#define ITABLE_LAUNCHER_H
Interface for launching VPX tables.
Definition itable_launcher.h:21
virtual std::pair< int, float > launchTable(const TableData &table)=0
Launches a VPX table.
Stores metadata and media paths for a VPX table.
Definition table_data.h:29
Defines the TableData struct for storing VPX table metadata and media paths.