Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | FVideoBitrateAllocation |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/VideoBitrateAllocation.h |
| Include Path | #include "Video/Encoders/VideoBitrateAllocation.h" |
Syntax
class FVideoBitrateAllocation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoBitrateAllocation() |
Video/Encoders/VideoBitrateAllocation.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVideoBitrateAllocation() |
Video/Encoders/VideoBitrateAllocation.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxBitrateBps | uint32 | Video/Encoders/VideoBitrateAllocation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsBwLimited | bool | Video/Encoders/VideoBitrateAllocation.h | ||
| Bitrates | TOptional< uint32 > | Video/Encoders/VideoBitrateAllocation.h | ||
| SumBps | uint32 | Video/Encoders/VideoBitrateAllocation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetBitrate
(
uint64 SpatialIndex, |
Video/Encoders/VideoBitrateAllocation.h | ||
| Returns one FVideoBitrateAllocation for each spatial layer. | Video/Encoders/VideoBitrateAllocation.h | ||
uint32 GetSpatialLayerSumBitrate
(
uint64 SpatialIndex |
Video/Encoders/VideoBitrateAllocation.h | ||
uint32 GetSumBps() |
Video/Encoders/VideoBitrateAllocation.h | ||
TArray< uint32 > GetTemporalLayerAllocation
(
uint64 SpatialIndex |
Video/Encoders/VideoBitrateAllocation.h | ||
uint32 GetTemporalLayerSumBitrate
(
uint64 SpatialIndex, |
Video/Encoders/VideoBitrateAllocation.h | ||
bool HasBitrate
(
uint64 SpatialIndex, |
Video/Encoders/VideoBitrateAllocation.h | ||
bool IsBwLimited() |
Video/Encoders/VideoBitrateAllocation.h | ||
bool IsSpatialLayerUsed
(
uint64 SpatialIndex |
Video/Encoders/VideoBitrateAllocation.h | ||
bool SetBitrate
(
size_t SpatialIndex, |
Video/Encoders/VideoBitrateAllocation.h | ||
void SetBwLimited
(
bool Limited |
Indicates if the allocation has some layers/streams disabled due to low available bandwidth. | Video/Encoders/VideoBitrateAllocation.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FVideoBitrateAllocation& Other |
Video/Encoders/VideoBitrateAllocation.h | ||
bool operator==
(
const FVideoBitrateAllocation& Other |
Video/Encoders/VideoBitrateAllocation.h |