Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Video-specific packet container.
| Name | FVideoPacket |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h |
| Include Path | #include "Video/VideoPacket.h" |
Syntax
struct FVideoPacket : public FAVPacket
Inheritance Hierarchy
- FAVPacket → FVideoPacket
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoPacket () |
Video/VideoPacket.h | ||
FVideoPacket
(
TSharedPtr< uint8 > const& DataPtr, |
Video/VideoPacket.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsKeyframe | uint8 | Whether this frame is a keyframe. | Video/VideoPacket.h | |
| CodecSpecificInfo | FCodecSpecificInfo | Struct holding advanced information on the video packet | Video/VideoPacket.h | |
| QP | uint32 | QP that the raw data was encoded with. | Video/VideoPacket.h | |
| SpatialIndex | TOptional< int > | Spatial index of this packet | Video/VideoPacket.h | |
| TemporalIndex | TOptional< int > | Temporal index of this packet | Video/VideoPacket.h |