#include <Audio.h>
◆ FWaveModInfo()
| FWaveModInfo::FWaveModInfo |
( |
| ) |
|
|
inline |
◆ GetChunkId()
| const uint32 FWaveModInfo::GetChunkId |
( |
const char |
ChunkID[4] | ) |
|
|
static |
◆ GetNumSamples()
| uint32 FWaveModInfo::GetNumSamples |
( |
| ) |
const |
Return total number of samples
◆ GetOptionalWaveChunkIds()
| const TArray< uint32 > & FWaveModInfo::GetOptionalWaveChunkIds |
( |
| ) |
|
|
static |
◆ GetRequiredWaveChunkIds()
| const TArray< uint32 > & FWaveModInfo::GetRequiredWaveChunkIds |
( |
| ) |
|
|
static |
◆ IsFormatSupported()
| bool FWaveModInfo::IsFormatSupported |
( |
| ) |
const |
Return whether file format is supported for import
◆ IsFormatUncompressed()
| bool FWaveModInfo::IsFormatUncompressed |
( |
| ) |
const |
Return whether file format contains uncompressed PCM data
◆ Pad16Bit()
◆ ReadWaveHeader()
Read a wave file header from bulkdata
◆ ReadWaveInfo()
◆ ReportImportFailure()
| void FWaveModInfo::ReportImportFailure |
( |
| ) |
const |
◆ NewDataSize
| uint32 FWaveModInfo::NewDataSize |
◆ pAvgBytesPerSec
| const uint32* FWaveModInfo::pAvgBytesPerSec |
◆ pBitsPerSample
| const uint16* FWaveModInfo::pBitsPerSample |
◆ pBlockAlign
| const uint16* FWaveModInfo::pBlockAlign |
◆ pChannels
| const uint16* FWaveModInfo::pChannels |
◆ pFormatTag
| uint16* FWaveModInfo::pFormatTag |
◆ pMasterSize
| const uint32* FWaveModInfo::pMasterSize |
◆ pSamplesPerSec
| const uint32* FWaveModInfo::pSamplesPerSec |
◆ pWaveDataSize
| const uint32* FWaveModInfo::pWaveDataSize |
◆ SampleDataEnd
| const uint8* FWaveModInfo::SampleDataEnd |
◆ SampleDataSize
| uint32 FWaveModInfo::SampleDataSize |
◆ SampleDataStart
| const uint8* FWaveModInfo::SampleDataStart |
◆ TimecodeInfo
◆ WAVE_INFO_FORMAT_ADPCM
◆ WAVE_INFO_FORMAT_DVI_ADPCM
◆ WAVE_INFO_FORMAT_IEEE_FLOAT
◆ WAVE_INFO_FORMAT_OODLE_WAVE
◆ WAVE_INFO_FORMAT_PCM
◆ WaveCues
◆ WaveDataEnd
| const uint8* FWaveModInfo::WaveDataEnd |
◆ WaveSampleLoops
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Engine/Public/Audio.h
- Engine/Source/Runtime/Engine/Private/Audio.cpp