Skip to main content

EncodedSpec Struct

Encoded-stream tensor metadata: which codec the bytes represent. More...

Declaration

struct simaai::neat::EncodedSpec { ... }

Included Headers

#include <TensorCore.h>

Enumerations Index

enum classCodec { ... }

Codec identifier for an encoded media bitstream. More...

Public Member Attributes Index

Codeccodec = Codec::UNKNOWN

Codec identifier for the encoded bitstream. More...

Description

Encoded-stream tensor metadata: which codec the bytes represent.

Set on Tensor::semantic.encoded when the tensor carries an encoded media bitstream (e.g., output of an H.264 encoder, input to a decoder).

Definition at line 188 of file TensorCore.h.

Enumerations

Codec

enum class simaai::neat::EncodedSpec::Codec
strong

Codec identifier for an encoded media bitstream.

Enumeration values
H264Raw H.264 Annex-B bitstream (= 0)
H265Raw H.265 / HEVC bitstream
RTP_H264RTP-packetized H.264
RTP_H265RTP-packetized H.265
JPEGJPEG-encoded image
UNKNOWN

Definition at line 190 of file TensorCore.h.

190 enum class Codec {
191 H264 = 0,
192 H265,
193 RTP_H264,
194 RTP_H265,
195 JPEG,
196 UNKNOWN,
197 };

Public Member Attributes

codec

Codec simaai::neat::EncodedSpec::codec = Codec::UNKNOWN

Codec identifier for the encoded bitstream.

Definition at line 199 of file TensorCore.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.