Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/Encoders > API/Plugins/AVCodecsCore/Video/Encoders/SVC
Inheritance Hierarchy
- FScalableVideoController
- FScalableVideoControllerNoLayering
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/SVC/ScalableVideoControllerNoLayering.h |
| Include | #include "Video/Encoders/SVC/ScalableVideoControllerNoLayering.h" |
Syntax
class FScalableVideoControllerNoLayering : public FScalableVideoController
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FScalableVideoController
| Type | Name | Description | |
|---|---|---|---|
| FFrameDependencyStructure | Returns video structure description in format compatible with dependency descriptor rtp header extension. | ||
| TArray< FScalableVideoController::FLayerFrameConfig > | NextFrameConfig
(
bool bRestart |
When bRestart_ is true, first FLayerFrameConfig_ should have `bIsKeyframe_ set to true. |
|
| FGenericFrameInfo | OnEncodeDone
(
const FScalableVideoController::FLayerFrameConfig& Config |
Returns configuration to pass to EncoderCallback. | |
| void | OnRatesUpdated
(
const FVideoBitrateAllocation& Bitrates |
Notifies Controller with updated bitrates per layer. | |
| FStreamLayersConfig | StreamConfig () |
Returns video structure description for encoder to configure itself. |