NVIDIA DeepStream SDK API Reference

8.0 Release
deepstream::VideoStreamInfo Struct Reference

Detailed Description

Definition at line 38 of file mediainfo.hpp.

Inheritance diagram for deepstream::VideoStreamInfo:
Collaboration diagram for deepstream::VideoStreamInfo:

Data Fields

unsigned int width
 
unsigned int height
 
struct {
   unsigned int   num
 
   unsigned int   denom
 
framerate
 
std::string codec
 

Field Documentation

◆ codec

std::string deepstream::StreamInfo::codec
inherited

Definition at line 29 of file mediainfo.hpp.

◆ denom

unsigned int deepstream::VideoStreamInfo::denom

Definition at line 43 of file mediainfo.hpp.

◆ framerate

struct { ... } deepstream::VideoStreamInfo::framerate

◆ height

unsigned int deepstream::VideoStreamInfo::height

Definition at line 40 of file mediainfo.hpp.

◆ num

unsigned int deepstream::VideoStreamInfo::num

Definition at line 42 of file mediainfo.hpp.

◆ width

unsigned int deepstream::VideoStreamInfo::width

Definition at line 39 of file mediainfo.hpp.


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