Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| Name | FRivermaxAncOutputOptions |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path | #include "RivermaxTypes.h" |
Syntax
struct FRivermaxAncOutputOptions : public UE::RivermaxCore::FRivermaxOutputStreamOptions
Inheritance Hierarchy
- FRivermaxOutputStreamOptions → FRivermaxAncOutputOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRivermaxAncOutputOptions
(
uint8 InDID, |
This constructor is required to process and store DID and SDID according to ST291 standard to be ready to be used in RTP packet. | RivermaxTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DID | uint16 | DID value with Parity. For more information see MakeDataIdentificationWord. | RivermaxTypes.h | |
| DIDRaw | uint8 | User readable DID value as specified by ST291 https://www.smpte-ra.org/smpte-ancillary-data-smpte-st-291 | RivermaxTypes.h | |
| SDID | uint16 | SDID value with Parity. For more information see MakeDataIdentificationWord. | RivermaxTypes.h | |
| SDIDRaw | uint8 | User readable SDID value as specified by ST291 https://www.smpte-ra.org/smpte-ancillary-data-smpte-st-291 | RivermaxTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetDID() |
Returns parity wrapped 10 bit DID value. | RivermaxTypes.h | |
uint8 GetDIDRaw() |
Returns raw DID value. | RivermaxTypes.h | |
uint16 GetSDID() |
Returns parity wrapped 10 bit SDID value. | RivermaxTypes.h | |
uint8 GetSDIDRaw() |
Returns raw SDID value. | RivermaxTypes.h |