Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
| Name | scaling_list_data_t |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h |
| Include Path | #include "Video/CodecUtils/CodecUtilsH265.h" |
Syntax
struct scaling_list_data_t : public FBitstreamSegment
Inheritance Hierarchy
- FBitstreamSegment → scaling_list_data_t
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| scaling_list_dc_coef_minus8 | TStaticArray< TStaticArray< SE, 6 >, 4 > | Video/CodecUtils/CodecUtilsH265.h | ||
| scaling_list_pred_matrix_id_delta | TStaticArray< TStaticArray< UE, 6 >, 4 > | Video/CodecUtils/CodecUtilsH265.h | ||
| scaling_list_pred_mode_flag | TStaticArray< TStaticArray< U< 1 >, 6 >, 4 > | Video/CodecUtils/CodecUtilsH265.h | ||
| ScalingList0 | uint8 | Video/CodecUtils/CodecUtilsH265.h | ||
| ScalingList1to3 | uint8 | Video/CodecUtils/CodecUtilsH265.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Parse
(
FBitstreamReader& Bitstream |
Video/CodecUtils/CodecUtilsH265.h |