Video Statistics 設定フォーマット
Definition VideoStat.hpp:13
std::uint8_t rst_st_
reset_stream の状態(0/1)
Definition VideoStat.hpp:57
VideoStatEntry() noexcept
VideoStatEntry オブジェクトをデフォルト構築する.
Definition VideoStat.hpp:19
std::uint32_t stop_cnt_
stop_supply_of_stream が 1 になった回数
Definition VideoStat.hpp:61
std::uint32_t tgt_kbps_
ターゲットビットレート
Definition VideoStat.hpp:69
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:32
std::uint8_t stop_st_
stop_supply_of_stream の状態(0/1)
Definition VideoStat.hpp:65
std::uint32_t byte_
RASCOW2 にプッシュしたバイト数
Definition VideoStat.hpp:49
std::uint32_t nal_
RASCOW2 にプッシュした数
Definition VideoStat.hpp:45
std::uint32_t rst_cnt_
reset_stream が 1 になった回数
Definition VideoStat.hpp:53