Ardour  9.0-pre0-582-g084a23a80d
PTFFormat::wav_t Struct Reference

#include <ptformat.h>

Public Member Functions

bool operator< (const struct wav_t &other) const
 
bool operator== (const struct wav_t &other) const
 
 wav_t (uint16_t idx=0)
 

Public Attributes

std::string filename
 
uint16_t index
 
int64_t posabsolute
 
int64_t length
 

Detailed Description

Definition at line 50 of file ptformat.h.

Constructor & Destructor Documentation

◆ wav_t()

PTFFormat::wav_t::wav_t ( uint16_t  idx = 0)
inline

Definition at line 67 of file ptformat.h.

Member Function Documentation

◆ operator<()

bool PTFFormat::wav_t::operator< ( const struct wav_t other) const
inline

Definition at line 57 of file ptformat.h.

◆ operator==()

bool PTFFormat::wav_t::operator== ( const struct wav_t other) const
inline

Definition at line 62 of file ptformat.h.

Member Data Documentation

◆ filename

std::string PTFFormat::wav_t::filename

Definition at line 51 of file ptformat.h.

◆ index

uint16_t PTFFormat::wav_t::index

Definition at line 52 of file ptformat.h.

◆ length

int64_t PTFFormat::wav_t::length

Definition at line 55 of file ptformat.h.

◆ posabsolute

int64_t PTFFormat::wav_t::posabsolute

Definition at line 54 of file ptformat.h.


The documentation for this struct was generated from the following file: