NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwContainerTrackInfo Struct Reference

Detailed Description

Holds container track information.

Definition at line 52 of file Container.h.

Data Fields

dwMediaType mediaType
 Media type defined in Codec.h. More...
 
uint32_t timeTypesCount
 Number of time types. More...
 
dwTimeType timeTypes [DW_CONTAINER_MAX_TIMESTAMPS]
 Array of time types. More...
 
void const * metadata
 Serialized track metadata. More...
 

Field Documentation

◆ mediaType

dwMediaType dwContainerTrackInfo::mediaType

Media type defined in Codec.h.

Definition at line 54 of file Container.h.

◆ metadata

void const* dwContainerTrackInfo::metadata

Serialized track metadata.

Definition at line 57 of file Container.h.

◆ timeTypes

dwTimeType dwContainerTrackInfo::timeTypes[DW_CONTAINER_MAX_TIMESTAMPS]

Array of time types.

Definition at line 56 of file Container.h.

◆ timeTypesCount

uint32_t dwContainerTrackInfo::timeTypesCount

Number of time types.

Definition at line 55 of file Container.h.


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