Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | FAudioResourceCPU |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h |
| Include Path | #include "Audio/Resources/AudioResourceCPU.h" |
Syntax
class FAudioResourceCPU : public TAudioResource< FAudioContextCPU >
Inheritance Hierarchy
- FAVResource → FAudioResource → TAudioResource → FAudioResourceCPU
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioResourceCPU
(
TSharedRef< FAVDevice > const& Device, |
Audio/Resources/AudioResourceCPU.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAudioResourceCPU() |
Audio/Resources/AudioResourceCPU.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Raw | TSharedPtr< float > | Audio/Resources/AudioResourceCPU.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< float > const & GetRaw() |
Audio/Resources/AudioResourceCPU.h |
Overridden from FAVResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Test if the underlying resource is usable or misconfigured. | Audio/Resources/AudioResourceCPU.h |