![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SoundFileIOManager.h>
Public Member Functions | |
| FSoundFileIOManager () | |
| ~FSoundFileIOManager () | |
| TSharedPtr< ISoundFileReader > | CreateSoundFileReader () |
| TSharedPtr< ISoundFileReader > | CreateSoundDataReader () |
| TSharedPtr< ISoundFileWriter > | CreateSoundFileWriter () |
| bool | GetSoundFileDescription (const FString &FilePath, FSoundFileDescription &OutputDescription, TArray< ESoundFileChannelMap::Type > &OutChannelMap) |
| bool | GetSoundFileDescription (const FString &FilePath, FSoundFileDescription &OutputDescription) |
| bool | GetFileExtensionForFormatFlags (int32 FormatFlags, FString &OutExtension) |
| ESoundFileError::Type | GetSoundFileInfoFromPath (const FString &FilePath, FSoundFileDescription &Description, TArray< ESoundFileChannelMap::Type > &ChannelMap) |
| ESoundFileError::Type | LoadSoundFileFromPath (const FString &FilePath, FSoundFileDescription &Description, TArray< ESoundFileChannelMap::Type > &ChannelMap, TArray< uint8 > &BulkData) |
| Audio::FSoundFileIOManager::FSoundFileIOManager | ( | ) |
| Audio::FSoundFileIOManager::~FSoundFileIOManager | ( | ) |
| TSharedPtr< ISoundFileReader > Audio::FSoundFileIOManager::CreateSoundDataReader | ( | ) |
| TSharedPtr< ISoundFileReader > Audio::FSoundFileIOManager::CreateSoundFileReader | ( | ) |
| TSharedPtr< ISoundFileWriter > Audio::FSoundFileIOManager::CreateSoundFileWriter | ( | ) |
| bool Audio::FSoundFileIOManager::GetFileExtensionForFormatFlags | ( | int32 | FormatFlags, |
| FString & | OutExtension | ||
| ) |
| bool Audio::FSoundFileIOManager::GetSoundFileDescription | ( | const FString & | FilePath, |
| FSoundFileDescription & | OutputDescription | ||
| ) |
| bool Audio::FSoundFileIOManager::GetSoundFileDescription | ( | const FString & | FilePath, |
| FSoundFileDescription & | OutputDescription, | ||
| TArray< ESoundFileChannelMap::Type > & | OutChannelMap | ||
| ) |
| ESoundFileError::Type Audio::FSoundFileIOManager::GetSoundFileInfoFromPath | ( | const FString & | FilePath, |
| FSoundFileDescription & | Description, | ||
| TArray< ESoundFileChannelMap::Type > & | ChannelMap | ||
| ) |
| ESoundFileError::Type Audio::FSoundFileIOManager::LoadSoundFileFromPath | ( | const FString & | FilePath, |
| FSoundFileDescription & | Description, | ||
| TArray< ESoundFileChannelMap::Type > & | ChannelMap, | ||
| TArray< uint8 > & | BulkData | ||
| ) |