バージョン

menu_open
警告:あなたのメジャーリリース ( 2019.2.15.7667 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2019.2.15
AK::StreamMgr::IAkIOHookDeferred クラスabstract
AK::StreamMgr::IAkIOHookDeferred の継承関係図
AK::StreamMgr::IAkIOHookDeferredBatch AK::StreamMgr::IAkLowLevelIOHook

公開メンバ関数

virtual AKRESULT  Read (AkFileDesc &in_fileDesc, const AkIoHeuristics &in_heuristics, AkAsyncIOTransferInfo &io_transferInfo)=0
 
virtual AKRESULT  Write (AkFileDesc &in_fileDesc, const AkIoHeuristics &in_heuristics, AkAsyncIOTransferInfo &io_transferInfo)=0
 
virtual void  Cancel (AkFileDesc &in_fileDesc, AkAsyncIOTransferInfo &io_transferInfo, bool &io_bCancelAllTransfersForThisFile)=0
 
virtual AKRESULT  BatchRead (AkUInt32 in_uNumTransfers, BatchIoTransferItem *in_pTransferItems, AkBatchIOCallback, AKRESULT *io_pDispatchResults)
 
virtual AKRESULT  BatchWrite (AkUInt32 in_uNumTransfers, BatchIoTransferItem *in_pTransferItems, AkBatchIOCallback, AKRESULT *io_pDispatchResults)
 
virtual void  BatchCancel (AkUInt32 in_uNumTransfers, BatchIoTransferItem *in_pTransferItems, bool **io_ppbCancelAllTransfersForThisFile)
 
- 基底クラス AK::StreamMgr::IAkLowLevelIOHook に属する継承公開メンバ関数
virtual AKRESULT  Close (AkFileDesc &in_fileDesc)=0
 
virtual AkUInt32  GetBlockSize (AkFileDesc &in_fileDesc)=0
 
virtual void  GetDeviceDesc (AkDeviceDesc &out_deviceDesc)=0
 
virtual AkUInt32  GetDeviceData ()=0
 

限定公開メンバ関数

virtual  ~IAkIOHookDeferred ()
  Virtual destructor on interface to avoid warnings. [詳解]
 
- 基底クラス AK::StreamMgr::IAkIOHookDeferredBatch に属する継承限定公開メンバ関数
virtual  ~IAkIOHookDeferredBatch ()
  Virtual destructor on interface to avoid warnings. [詳解]
 
- 基底クラス AK::StreamMgr::IAkLowLevelIOHook に属する継承限定公開メンバ関数
virtual  ~IAkLowLevelIOHook ()
  Virtual destructor on interface to avoid warnings. [詳解]
 

詳解

Interface for deferred low-level I/O transfers. Used by streaming devices created with the AK_SCHEDULER_DEFERRED_LINED_UP flag. This is an "adapter" interface to forward calls to IAkIOHookDeferredBatch, to maintain compatibility with existing implementations, as well as provide a simpler interface for new implementations. This I/O transfer handshaking method is preferred when you want to hook I/O to your own I/O streaming technology. You will receive up to AkDeviceSettings::uMaxConcurrentIO requests at the same time. You may queue them into your own system, and even use the heuristics passed down to this level for your convenience. Note that the requests are always sent in the order that the Stream Manager considers to be the most appropriate. You may receive less than AkDeviceSettings::uMaxConcurrentIO at any given time. The number of concurrent transfers depends on the number of streams running in the high-level streaming device, and on its target buffering length and granularity. Your advantage at this level is to be aware of file placement, so you may try to re-order requests in order to minimize seeking on disk. Calls to Read()/Write() should return as soon as possible. You need to call AkAsyncIOTransferInfo::pCallback as soon as a transfer is completed. Cancel() is provided in order to inform you that the streaming device will flush this transfer upon completion. You may implement it or not. In all cases, you must call the callback.

AkStreamMgrModule.h445 行目に定義があります。


このクラス詳解は次のファイルから抽出されました:

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう