Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FVideoBitrateAllocation
Description
Returns one FVideoBitrateAllocation for each spatial layer. This is used to configure simulcast streams. Note that the length of the returned vector is always 5, the optional is unset for unused layers.
| Name | GetSimulcastAllocations |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/VideoBitrateAllocation.h |
| Include Path | #include "Video/Encoders/VideoBitrateAllocation.h" |
| Source | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/VideoBitrateAllocation.cpp |
TArray < TOptional < FVideoBitrateAllocation > > GetSimulcastAllocations() const