Zao SDK for Jetson / libzao-endpoint API リファレンス 1.6.0.0 (2024-12-24)
Loading...
Searching...
No Matches
Deprecated List
Member zao::endpoint::audio::PcmSinkInterface::GetDecidedFormat (PcmFormat &format) const

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

Member zao::endpoint::audio::PcmSinkInterface::GetFormatDecisionStatus () const

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

Member zao::endpoint::audio::PcmSinkInterface::SetAcceptableFormats (const std::vector< PcmFormat > &formats)

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

Member zao::endpoint::audio::PcmSourceInterface::GetDecidedFormat (PcmFormat &format) const

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

Member zao::endpoint::audio::PcmSourceInterface::GetFormatDecisionStatus () const

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

Member zao::endpoint::audio::PcmSourceInterface::GetPcmBufferPool ()=0

代わりに DequeueSourceBuffer および EnqueueSourceBuffer を用いてください。

Member zao::endpoint::audio::PcmSourceInterface::SetAcceptableFormats (const std::vector< PcmFormat > &formats)

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

Member zao::endpoint::serial::TunnelCallbackInterface::OnReceivePacket (std::vector< std::uint8_t > &&bytes)

新しいPull型APIを選択した場合は使用されません。

Member zao::endpoint::serial::TunnelInterface::GetConfigRequestStatus () const

代わりに GetRequestedConfigAsync を使ってください。

Member zao::endpoint::serial::TunnelInterface::SetMaxPacketLength (std::size_t length)

代わりに ConfigureQueue を使ってください。

Member zao::endpoint::video::NvSourceInterface::DequeueBuffer ()

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

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

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

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

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

Member zao::endpoint::video::NvSourceInterface::QueueBuffer (std::unique_ptr< NvBufferInterface > buffer)

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

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

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