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
{
ST2110_20,
ST2110_30,
ST2110_40,
ST2110_40_TC,
MAX,
}
}
}
Values
| Name | Remarks |
|---|---|
| ST2110_20 | Video. |
| ST2110_30 | Audio. |
| ST2110_40 | General Anc. |
| ST2110_40_TC | Timecode Anc. |
| MAX |