バージョン

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

[詳解]

#include <HostObjectMedia.h>

AK.Wwise::Plugin::V1::ObjectMedia の継承関係図
AK.Wwise::Plugin::CBaseInstanceGlue< CHostObjectMedia > AK.Wwise::Plugin::CBaseInterfaceGlue< CHostObjectMedia >

公開型

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_OBJECT_MEDIA }
 The interface type, as requested by this plug-in. [詳解]
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as requested by this plug-in. [詳解]
 
using Interface = CHostObjectMedia
 
- 基底クラス AK.Wwise::Plugin::CBaseInstanceGlue< CHostObjectMedia > に属する継承公開型
using Instance = typename CInterface::Instance
 
- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CHostObjectMedia > に属する継承公開型
using GluedInterface = CHostObjectMedia
 

公開メンバ関数

bool SetMediaSource (const AkOSChar *in_pszFilePathToImport, unsigned int in_Index, bool in_bReplace)
 Requests to set the specified file as a data input file. [詳解]
 
void RemoveMediaSource (unsigned int in_Index)
 Requests to remove the specified index file as data input file. [詳解]
 
unsigned int GetMediaSourceCount () const
 Retrieve the number of media source indexes. [詳解]
 
unsigned int GetMediaSourceFileName (AkOSChar *out_pszFileName, unsigned int in_uiBufferSize, unsigned int in_Index) const
 Retrieve the file name of the source plug-in data at the specified index, as provided in SetMediaSource. [詳解]
 
unsigned int GetMediaSourceOriginalFilePath (AkOSChar *out_pszFilePath, unsigned int in_uiBufferSize, unsigned int in_Index) const
 Retrieve the full file path of the source plug-in data at the specified index. [詳解]
 
unsigned int GetMediaSourceConvertedFilePath (AkOSChar *out_pszFilePath, unsigned int in_uiBufferSize, const GUID &in_guidPlatform, unsigned int in_Index) const
 Retrieve the full file path of the converted plug-in data at the specified index. [詳解]
 
void InvalidateMediaSource (unsigned int in_Index)
 Request Wwise to perform any required conversion on the data. [詳解]
 
unsigned int GetOriginalDirectory (AkOSChar *out_pszDirectory, unsigned int in_uiBufferSize) const
 Obtain the Original directory for the plug-in. [詳解]
 
unsigned int GetConvertedDirectory (AkOSChar *out_pszDirectory, unsigned int in_uiBufferSize, const GUID &in_guidPlatform) const
 Obtain the Converted directory for the plug-in and platform. [詳解]
 

その他の継承メンバ

- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CHostObjectMedia > に属する継承静的公開変数類
static GluedInterfaceg_cinterface
 The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. [詳解]
 

詳解

Plug-in object media interface. Can be used to normalize media file handling inside the project.

HostObjectMedia.h298 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう