Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
UE::RivermaxCore::ERivermaxStreamType |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path |
#include "RivermaxTypes.h" |
Syntax
namespace UE
{
namespace RivermaxCore
{
enum ERivermaxStreamType
{
VIDEO_2110_20_STREAM,
AUDIO_2110_30_STREAM,
ANC_2110_40_STREAM,
MAX,
}
}
}
Values
| Name |
Remarks |
| VIDEO_2110_20_STREAM |
|
| AUDIO_2110_30_STREAM |
|
| ANC_2110_40_STREAM |
|
| MAX |
|