|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <ManaMoviePlayerFactory.h>
公開メンバ関数 | |
| CRI_API | FManaMoviePlayerFactory () |
| virtual CRI_API bool | CanPlayUrl (const FString &Url, const IManaOptions *Options, TArray< FText > *OutWarnings, TArray< FText > *OutErrors) const override |
| CRI_API TSharedPtr< IManaPlayer, ESPMode::ThreadSafe > | CreatePlayer (IManaEventSink &EventSink) override |
| CRI_API FText | GetDisplayName () const override |
| virtual CRI_API int32 | GetMediaInfoReadSize () const override |
| CRI_API FName | GetPlayerName () const override |
| CRI_API FGuid | GetPlayerPluginGUID () const override |
| virtual CRI_API const TArray< FString > & | GetSupportedPlatforms () const override |
| virtual CRI_API bool | ReadMediaInfo (const TArrayView< uint8 > &DataHeader, UManaMovie *Movie) const override |
| virtual CRI_API void | RegisterToRuntime () |
| virtual CRI_API bool | SupportsFeature (EManaFeature Feature) const override |
| CRI_API void | UnregisterFromRuntime () |
限定公開変数類 | |
| FManaRuntime * | ManaRuntime |
| TArray< FString > | SupportedFileExtensions |
| TArray< FString > | SupportedPlatforms |
| TArray< FString > | SupportedUriSchemes |
Factory for the Sofdec Mana Movie player.
| FManaMoviePlayerFactory::FManaMoviePlayerFactory | ( | ) |
|
overridevirtual |
|
override |
|
override |
|
overridevirtual |
|
override |
|
override |
|
overridevirtual |
|
overridevirtual |
|
virtual |
|
overridevirtual |
| void FManaMoviePlayerFactory::UnregisterFromRuntime | ( | ) |
|
protected |
Mana runtime
|
protected |
List of supported media file types.
|
protected |
List of platforms that the Mana player support.
|
protected |
List of supported URI schemes.