openshot-audio  0.1.7
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::WavFileHelpers::SMPLChunk Struct Reference

Classes

struct  SampleLoop
 

Public Member Functions

void copyTo (StringPairArray &values, const int totalSize) const
 

Static Public Member Functions

template<typename NameType >
static void setValue (StringPairArray &values, NameType name, uint32 val)
 
static void setValue (StringPairArray &values, int prefix, const char *name, uint32 val)
 
template<typename NameType >
static uint32 getValue (const StringPairArray &values, NameType name, const char *def)
 
static uint32 getValue (const StringPairArray &values, int prefix, const char *name, const char *def)
 
static MemoryBlock createFrom (const StringPairArray &values)
 

Public Attributes

struct juce::WavFileHelpers::SMPLChunk::SampleLoop JUCE_PACKED
 
uint32 manufacturer
 
uint32 product
 
uint32 samplePeriod
 
uint32 midiUnityNote
 
uint32 midiPitchFraction
 
uint32 smpteFormat
 
uint32 smpteOffset
 
uint32 numSampleLoops
 
uint32 samplerData
 
SampleLoop loops [1]
 

Member Function Documentation

◆ copyTo()

void juce::WavFileHelpers::SMPLChunk::copyTo ( StringPairArray values,
const int  totalSize 
) const
inline

◆ createFrom()

static MemoryBlock juce::WavFileHelpers::SMPLChunk::createFrom ( const StringPairArray values)
inlinestatic

◆ getValue() [1/2]

template<typename NameType >
static uint32 juce::WavFileHelpers::SMPLChunk::getValue ( const StringPairArray values,
NameType  name,
const char *  def 
)
inlinestatic

◆ getValue() [2/2]

static uint32 juce::WavFileHelpers::SMPLChunk::getValue ( const StringPairArray values,
int  prefix,
const char *  name,
const char *  def 
)
inlinestatic

◆ setValue() [1/2]

template<typename NameType >
static void juce::WavFileHelpers::SMPLChunk::setValue ( StringPairArray values,
NameType  name,
uint32  val 
)
inlinestatic

◆ setValue() [2/2]

static void juce::WavFileHelpers::SMPLChunk::setValue ( StringPairArray values,
int  prefix,
const char *  name,
uint32  val 
)
inlinestatic

Member Data Documentation

◆ JUCE_PACKED

struct juce::WavFileHelpers::SMPLChunk::SampleLoop juce::WavFileHelpers::SMPLChunk::JUCE_PACKED

◆ loops

SampleLoop juce::WavFileHelpers::SMPLChunk::loops[1]

◆ manufacturer

uint32 juce::WavFileHelpers::SMPLChunk::manufacturer

◆ midiPitchFraction

uint32 juce::WavFileHelpers::SMPLChunk::midiPitchFraction

◆ midiUnityNote

uint32 juce::WavFileHelpers::SMPLChunk::midiUnityNote

◆ numSampleLoops

uint32 juce::WavFileHelpers::SMPLChunk::numSampleLoops

◆ product

uint32 juce::WavFileHelpers::SMPLChunk::product

◆ samplePeriod

uint32 juce::WavFileHelpers::SMPLChunk::samplePeriod

◆ samplerData

uint32 juce::WavFileHelpers::SMPLChunk::samplerData

◆ smpteFormat

uint32 juce::WavFileHelpers::SMPLChunk::smpteFormat

◆ smpteOffset

uint32 juce::WavFileHelpers::SMPLChunk::smpteOffset

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