This module implements a media player factory for DirectCamera on Android so that you can use URLs with the media framework to open the camera e.g. directcamera://t=back&w=1920&h=1080&fps=30 or use UCameraCaptureSettingsLibrary::OpenDirectCamera which is exposed to blueprints as Open Direct Camera.
◆ CanPlayUrl()
| virtual bool FDirectCameraFactoryModule::CanPlayUrl |
( |
const FString & | Url, |
|
|
const IMediaOptions * | , |
|
|
TArray< FText > * | , |
|
|
TArray< FText > * | OutErrors ) const |
|
inlineoverridevirtual |
◆ CreatePlayer()
| virtual TSharedPtr< IMediaPlayer, ESPMode::ThreadSafe > FDirectCameraFactoryModule::CreatePlayer |
( |
IMediaEventSink & | EventSink | ) |
|
|
inlineoverridevirtual |
◆ GetDisplayName()
| virtual FText FDirectCameraFactoryModule::GetDisplayName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetPlayerName()
| virtual FName FDirectCameraFactoryModule::GetPlayerName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetPlayerPluginGUID()
| virtual FGuid FDirectCameraFactoryModule::GetPlayerPluginGUID |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSupportedPlatforms()
| virtual const TArray< FString > & FDirectCameraFactoryModule::GetSupportedPlatforms |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ ShutdownModule()
| virtual void FDirectCameraFactoryModule::ShutdownModule |
( |
| ) |
|
|
inlineoverridevirtual |
◆ StartupModule()
| virtual void FDirectCameraFactoryModule::StartupModule |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SupportsFeature()
| virtual bool FDirectCameraFactoryModule::SupportsFeature |
( |
EMediaFeature | Feature | ) |
const |
|
inlineoverridevirtual |
◆ SupportedPlatforms
| TArray<FString> FDirectCameraFactoryModule::SupportedPlatforms |
List of platforms that the media player support.
The documentation for this class was generated from the following file: