Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaPlayerFactory
Description
Get the names of platforms that the media player supports.
The returned platforms names must match the ones returned by FPlatformProperties::IniPlatformName, i.e. "Windows", "Android", etc.
| Name | GetSupportedPlatforms |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaPlayerFactory.h |
| Include Path | #include "IMediaPlayerFactory.h" |
const TArray < FString > & GetSupportedPlatforms() const
Platform name collection.
See Also
-
GetOptionalParameters
-
GetRequiredParameters
-
GetSupportedFileExtensions
-
GetSupportedUriSchemes