Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FScalabilityStructureKeySvc
Description
Notifies Controller with updated bitrates per layer. In particular notifies when certain layers should be disabled. Controller shouldn't produce FLayerFrameConfig for disabled layers.
Virtual Inheritance
- FScalableVideoController::OnRatesUpdated → FScalabilityStructureKeySvc::OnRatesUpdated
| Name | OnRatesUpdated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/SVC/ScalabilityStructureKey.h |
| Include Path | #include "Video/Encoders/SVC/ScalabilityStructureKey.h" |
| Source | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/SVC/ScalabilityStructureKey.cpp |
virtual void OnRatesUpdated
(
const FVideoBitrateAllocation & Bitrates
)