ムービー字幕クラス
More...
#include <GxMovieCaption.h>
|
|
|
| GxMovieCaption (void) |
| | デフォルトコンストラクタ
|
| |
|
| ~GxMovieCaption (void) override |
| | デストラクタ
|
| |
| b32 | initialize (GX_CSTR filePath, GX_CSTR rubyfilePath) |
| | 初期化
|
| |
| b32 | isFinishedInitialize (void) |
| | 初期化済み判定
|
| |
|
void | terminate (void) |
| | 終了処理
|
| |
|
| s32 | getCaption (GxCaption *pCation, u32 numArray, f32 time) |
| | 字幕取得
|
| |
| s32 | getRuby (GxRuby *pRuby, u32 numArray, const GxCaption &caption) |
| | ルビ取得
|
| |
|
constexpr | GxClassBase (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBase (const GxClassBase &base) |
| | コピーコンストラクタ
|
| |
|
| ~GxClassBase (void) override |
| | デストラクタ
|
| |
|
constexpr | GxClassBaseRoot (void) |
| | コンストラクタ
|
| |
|
constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| | コピーコンストラクタ
|
| |
|
virtual | ~GxClassBaseRoot (void) |
| | デストラクタ
|
| |
|
constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| | 代入演算子
|
| |
|
virtual GxRtti & | getRtti (void) const =0 |
| | Rttiの取得
|
| |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| | デフォルトオブジェクトを取得
|
| |
|
GX_FORCE_INLINE b32 | isDefaultObject (void) |
| | デフォルトオブジェクト判定
|
| |
|
|
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| | Rttiの取得
|
| |
◆ ALIGN
基準位置指定
| Enumerator |
|---|
| LEFT | 左
|
| CENTER | 中央
|
| RIGHT | 右
|
◆ getCaption()
| s32 GxMovieCaption::getCaption |
( |
GxCaption * | pCation, |
|
|
u32 | numArray, |
|
|
f32 | time ) |
字幕取得
- Parameters
-
| pCation | [out] 字幕データ |
| numArray | [in] 最大字幕格納数 |
| time | [in] 時間(秒) |
- Returns
- 取得できた字幕の数、失敗時は負の値
◆ getRuby()
| s32 GxMovieCaption::getRuby |
( |
GxRuby * | pRuby, |
|
|
u32 | numArray, |
|
|
const GxCaption & | caption ) |
ルビ取得
- Parameters
-
| pRuby | [out] ルビデータ |
| numArray | [in] 最大ルビ格納数 |
| caption | [in] 字幕情報 |
- Returns
- 取得できたルビの数、失敗時は負の値
◆ initialize()
| b32 GxMovieCaption::initialize |
( |
GX_CSTR | filePath, |
|
|
GX_CSTR | rubyFilePath ) |
初期化
- Parameters
-
| filePath | [in] 字幕データファイルパス |
| rubyFilePath | [in] ルビデータファイルパス |
- Returns
- 成功ならtrue
◆ isFinishedInitialize()
| b32 GxMovieCaption::isFinishedInitialize |
( |
void | | ) |
|
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMovie/src/GxMovieCaption.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMovie/src/GxMovieCaption.cpp