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