Zao SDK for Jetson / libzao-endpoint API リファレンス 1.6.0.0 (2024-12-24)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::monitor::VideoStat Class Reference

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

#include <VideoStat.hpp>

Public Member Functions

 VideoStat () noexcept
 VideoStat オブジェクトをデフォルト構築する.
 
 VideoStat (const VideoStatEntry &video_stat) noexcept
 VideoStat オブジェクトを初期値付きで構築する.
 
void SetVideoStat (const VideoStatEntry &video_stat) noexcept
 VideoStatEntry 構造体を設定する.
 
VideoStatEntry GetVideoStat () const noexcept
 VideoStatEntry 構造体を取得する.
 

Detailed Description

Video Statistics フォーマット

Constructor & Destructor Documentation

◆ VideoStat() [1/2]

zao::endpoint::monitor::VideoStat::VideoStat ( )
inlinenoexcept

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

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

◆ VideoStat() [2/2]

zao::endpoint::monitor::VideoStat::VideoStat ( const VideoStatEntry video_stat)
inlinenoexcept

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

Parameters
video_statVideoStatEntry オブジェクト

Member Function Documentation

◆ SetVideoStat()

void zao::endpoint::monitor::VideoStat::SetVideoStat ( const VideoStatEntry video_stat)
inlinenoexcept

VideoStatEntry 構造体を設定する.

Parameters
video_statVideoStatEntry オブジェクト

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