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 class | Codec { ... } |
|
Codec identifier for an encoded media bitstream. More... | |
Public Member Attributes Index
| Codec | codec = 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
| strong |
Codec identifier for an encoded media bitstream.
- Enumeration values
-
H264 Raw H.264 Annex-B bitstream (= 0) H265 Raw H.265 / HEVC bitstream RTP_H264 RTP-packetized H.264 RTP_H265 RTP-packetized H.265 JPEG JPEG-encoded image UNKNOWN
Definition at line 184 of file TensorCore.h.
Public Member Attributes
codec
|
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.