Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
Loading...
Searching...
No Matches
Deprecated List
Member zao::endpoint::EventSourceInterface< T >::RegisterCallback (const std::shared_ptr< T > &listener, bool use_weak_ptr)

この関数は将来廃止予定です。 RegisterCallback(const std::shared_ptr<T>&) または RegisterCallback(const std::weak_ptr<T>&, StoreAsWeakPtrType) を使用してください。

Member zao::endpoint::video::NvSourceInterface::GetDecidedFormat (VideoFormat &format) const noexcept

代わりに GetDeterminedFormat を用いてください。

Member zao::endpoint::video::NvSourceInterface::GetFormatDecisionStatus () const noexcept

代わりに GetDeterminedFormatAsync を用いてください。

Member zao::endpoint::video::NvSourceInterface::SetAcceptableFormats (const std::vector< VideoFormat > &formats)

代わりに SetSourceFormats を用いてください。