Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Packetization modes are defined in RFC 6184 section 6 Due to the structure containing this being initialized with zeroes in some places, and mode 1 being default, mode 1 needs to have the value zero.
| Name | EH264PacketizationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h |
| Include Path | #include "Video/CodecUtils/CodecUtilsH264.h" |
Syntax
enum EH264PacketizationMode
{
NonInterleaved = 0,
SingleNalUnit,
}
Values
| Name | Remarks |
|---|---|
| NonInterleaved | |
| SingleNalUnit |