Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
Inheritance Hierarchy
- FAVPacket
- FVideoPacket
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h |
| Include | #include "Video/VideoPacket.h" |
Syntax
struct FVideoPacket : public FAVPacket
Remarks
Video-specific packet container.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bIsKeyframe | Whether this frame is a keyframe. | |
| uint32 | QP | QP that the raw data was encoded with. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVideoPacket () |
|||
FVideoPacket
(
TSharedPtr< uint8 > const& DataPtr, |