Navigation
API > API/Plugins > API/Plugins/AjaCore > API/Plugins/AjaCore/AJAVideoFormats
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static std::string VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex |
AJALib.h | ||
static bool VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex, |
AJALib.h |
VideoFormatToString(FAJAVideoFormat)
| Name | VideoFormatToString |
| Type | function |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
| Source | /Engine/Plugins/Media/AjaMedia/Source/Aja/Private/AJA.cpp |
static std::string VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex
)
VideoFormatToString(FAJAVideoFormat, char *, uint32_t)
| Name | VideoFormatToString |
| Type | function |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
| Source | /Engine/Plugins/Media/AjaMedia/Source/Aja/Private/AJA.cpp |
static bool VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex,
char * OutCStr,
uint32_t MaxLen
)