Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
Include |
#include "MediaPlayerFacade.h" |
Source |
/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
IMediaPlayerFactory * GetPlayerFactoryForUrl
(
const FString & Url,
const IMediaOptions * Options
) const
Get a player that can play the specified media URL.
The player if found, or nullptr otherwise.
Parameter |
Description |
---|---|
Url |
The URL to play. |
Options |
The media options for the URL. |