UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WmfAudioEncoder.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
6
7#if PLATFORM_WINDOWS
8
10
11namespace AVEncoder
12{
16 {
17 public:
19 ~FWmfAudioEncoderFactory() override;
20 const TCHAR* GetName() const override;
21 TArray<FString> GetSupportedCodecs() const override;
23 TUniquePtr<FAudioEncoder> CreateEncoder(const FString& Codec) override;
25 private:
26 };
27}
28
29#endif //PLATFORM_WINDOWS
30
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:12
#define PRAGMA_DISABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:8
Definition Array.h:670
Definition UniquePtr.h:107
Definition AudioEncoder.cpp:7
IMAGECORE_API const TCHAR * GetName(Type Format)
Definition ImageCore.cpp:1378