Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/CodecUtils
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h |
| Include | #include "Video/CodecUtils/CodecUtilsH264.h" |
Syntax
enum EH264PacketizationMode
{
NonInterleaved = 0,
SingleNalUnit,
}
Values
| Name | Description |
|---|---|
| NonInterleaved | |
| SingleNalUnit |
Remarks
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.