Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
zao::endpoint::monitor::VideoStatEntry Struct Reference

Video Statistics 設定フォーマット More...

#include <VideoStat.hpp>

Public Member Functions

 VideoStatEntry () noexcept
 VideoStatEntry オブジェクトをデフォルト構築する.
 
 VideoStatEntry (std::uint32_t nal, std::uint32_t byte, std::uint32_t rst_cnt, std::uint8_t rst_st, std::uint32_t stop_cnt, std::uint8_t stop_st, std::uint32_t tgt_kbps) noexcept
 VideoStatEntry オブジェクトを初期値付きで構築する.
 

Public Attributes

std::uint32_t nal_ = 0
 RASCOW2 にプッシュした数
 
std::uint32_t byte_ = 0
 RASCOW2 にプッシュしたバイト数
 
std::uint32_t rst_cnt_ = 0
 reset_stream が 1 になった回数
 
std::uint8_t rst_st_ = 0
 reset_stream の状態(0/1)
 
std::uint32_t stop_cnt_ = 0
 stop_supply_of_stream が 1 になった回数
 
std::uint8_t stop_st_ = 0
 stop_supply_of_stream の状態(0/1)
 
std::uint32_t tgt_kbps_ = 0
 ターゲットビットレート
 

Detailed Description

Video Statistics 設定フォーマット

Constructor & Destructor Documentation

◆ VideoStatEntry() [1/2]

zao::endpoint::monitor::VideoStatEntry::VideoStatEntry ( )
inlinenoexcept

VideoStatEntry オブジェクトをデフォルト構築する.

Note
各フィールドは無効な値で初期化される.

◆ VideoStatEntry() [2/2]

zao::endpoint::monitor::VideoStatEntry::VideoStatEntry ( std::uint32_t  nal,
std::uint32_t  byte,
std::uint32_t  rst_cnt,
std::uint8_t  rst_st,
std::uint32_t  stop_cnt,
std::uint8_t  stop_st,
std::uint32_t  tgt_kbps 
)
inlinenoexcept

VideoStatEntry オブジェクトを初期値付きで構築する.

Parameters
nalRASCOW2 にプッシュした数
byteRASCOW2 にプッシュしたバイト数
rst_cntreset_stream が 1 になった回数
rst_streset_stream の状態(0/1)
stop_cntstop_supply_of_stream が 1 になった回数
stop_ststop_supply_of_stream の状態(0/1)
tgt_kbpsターゲットビットレート

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