Video Statistics 設定フォーマット
Definition VideoStat.hpp:14
std::uint8_t rst_st_
reset_stream の状態(0/1)
Definition VideoStat.hpp:73
VideoStatEntry() noexcept
VideoStatEntry オブジェクトをデフォルト構築する.
Definition VideoStat.hpp:23
std::uint32_t stop_cnt_
stop_supply_of_stream が 1 になった回数
Definition VideoStat.hpp:78
std::uint32_t tgt_kbps_
ターゲットビットレート
Definition VideoStat.hpp:88
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 オブジェクトを初期値付きで構築する.
Definition VideoStat.hpp:44
std::uint8_t stop_st_
stop_supply_of_stream の状態(0/1)
Definition VideoStat.hpp:83
std::uint32_t byte_
RASCOW2 にプッシュしたバイト数
Definition VideoStat.hpp:63
std::uint32_t nal_
RASCOW2 にプッシュした数
Definition VideoStat.hpp:58
std::uint32_t rst_cnt_
reset_stream が 1 になった回数
Definition VideoStat.hpp:68