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 182 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 184 of file TensorCore.h.

184 enum class Codec {
185 H264 = 0,
186 H265,
187 RTP_H264,
188 RTP_H265,
189 JPEG,
190 UNKNOWN,
191 };

Public Member Attributes

codec

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

Codec identifier for the encoded bitstream.

Definition at line 193 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.